#content input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

#content input.required, #content textarea.required {
	border: 1px solid #CCCCCC;
}
#content input.validation-failed, #content textarea.validation-failed, #content select.validation-failed {
	background-image: url(../img/failed.gif);
	background-repeat: no-repeat;
	background-position: 99% center;
	border: 1px solid #FF3300;
	color : #FF3300;
}

#content select.validation-failed option{
	color : #000;
}

#content input.validation-passed, #content textarea.validation-passed, #content select.validation-passed {
	background-image: url(../img/passed.gif);
	background-repeat: no-repeat;
	background-position: 99% center;
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 0;
	padding: 8px 8px 7px 8px;
	color : #FF3300;
	font-weight: bold;
	display:inline;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}
