@CHARSET "ISO-8859-1";



/**********************************



Name: cmxform Styles



***********************************/

label.error {

	/* remove the next line when you have trouble in IE6 with labels in list */

	float:right;

	background: url(/images/validate/unchecked.gif) no-repeat scroll 0 0 transparent ;

	color: red;

	font-style: italic;

	width: 400px;

	padding-left:16px;

	float:left;

	margin: 5px 0px 5px 110px;

	

}



select.error , textarea.error , input.error {

	border: 1px solid red; background-color:#FFA497;

}



