
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, select.required, textarea.required {
	border: 1px solid #FC3; /*old:#00A8E6*/
}
input.validation-failed, select.validation-failed, textarea.validation-failed {
	border: 1px solid #D63632;
	color : #D63632;
}
input.validation-passed, select.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #D63632;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	border:1px solid #233067;
}
legend {
	font-weight:bold;
	font-size:13px;
}

label {
	font-weight: bold;
	display:block;
	margin: 8px 0 3px;
}

/*for the pretty*/
.notreq{border:1px solid #ccc !important;}
.required, .notreq{width:300px;}
textarea.required, textarea.notreq{height:140px;}
.smallSelect{width:55px;}

form{border-bottom:1px solid #233067;margin-bottom:1em;}
.post{border-bottom:none; min-height:0px;}