input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

 input.required, textarea.required, input.validate-date-au, select.required, select.validate-selection, input.validate-number, input.validate-email, select {
	border: 1px solid #069;
	width:100%
}
 input.required_p {
	border: none;
}
input.short {
border: 1px solid #069;
	width:100%
}

input.long {
border: 1px solid #069;
	width:100%
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #AF3316;
	color : #AF3316;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #333;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #AF3316;
	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;
}

label {
	font-weight: bold;
}
.form-row {
	/*clear: both;*/
	padding: 0.5em;
	width:220px;
	float:left
}

.form-row2 {
	/*clear: both;*/
	padding: 0.5em;
	width:115px;
	float:left
}

.field-label {

}

.field-widget {

}
.clear_row {
clear:both;
font-size:0.0em}

#test legend {
font-size:110%;
background:#fff url(../images/bg_legend.gif) top left no-repeat;
width:200px;
height:24px;
color:#069;
font-weight:bold;
padding:3px;
padding-left:6px
}

.red {
color:#c00;
font-weight:bold}

.nota {
font-size:90%;
color:#999}

input.submit {
margin:3px;
background: transparent url(../images/submit.gif) no-repeat;
height:22px;
border:solid 0 #fff;
width:100px;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color:#fff;
font-weight:bold;
 }
