.formx_err_date, .formx_err_email, .formx_err_textarea, .formx_err_text, .formx_err_radio, .formx_err_select, .formx_err_checkbox {
/*background-color:#F38F92;*/
background-color:#F4F4F4; 
border: 1px solid red;
}	

.formx_date, .formx_err_date{
width:80px;
}	
.formx_email, .formx_err_email {
width:350px;
}
.formx_textarea, .formx_err_textarea {
width:350px;
height:100px;
}
.formx_text, .formx_err_text {
width:350px;
} 
.formx_radio, .formx_err_radio{
width:10px;
}
.formx_checkbox, .formx_err_checkbox{
width:10px;
}
.formx_select, formx_err_select{
width:350px;
}
#formx_captcha input {
background-color:#F4F4F4;
border: 1px solid #CCCCCC;	
}
#formx_captcha .captcha_expl{
font-weight:normal;
}
.formx_a_img{
border:0;	
}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
				