form              {border:none; margin:0px; padding:0px; width:400px; color:#ddd; position:absolute; }
fieldset          {border:none;}
textarea          {width:250px; height:70px; font:normal 11px "trebuchet ms"; color:#555; padding:0px 0px 0px 2px;}
input             {width:250px; height:17px; border:1px solid #aadaff; font:normal 12px "trebuchet ms"; color:#555; padding:0px 0px 0px 2px;}
.submitBtn        {margin-left:200px; height:20px; width:70px; line-height:17px; background:#209d23; border:1px solid #bbb; cursor:pointer; color:#fff;}
.submitBtn:hover  {background:#3da9d0; border:1px solid #aadaff; }




input.disabled {
	border: 1px solid #f1f1f1;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border:1px solid #aadaff;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3302;
	color : #FF3301;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
    position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FF3300;
	color: #FFF;
	font-weight: bold;
	width:255px;
}

.custom-advice {
    position:absolute;
	margin: 5px 0;
	padding: 0px;
	background-color: #C8AA00;
	color: #FFF;
	font-weight: bold;
	width:250px;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 6px 0px;
	
}

.field-label {

}

.field-widget {

}