/**********************************

Name: cmxform Styles

***********************************/

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color:red;
	font-style:italic;
	width:200px;
	margin:-10px 0 5px 100px;	
}
input.error {
	background-color:#f00;

}
/*label.error {
	display:none !important;
}*/
div.error { display: none; }
/*fieldset .contact_list input.error {
	background-color:#f00;
}*/
