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

Name: cmxform Styles

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


form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #FF0000;	
}
.errorText {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #FF0000;
}
.errorText2 {
	/* remove the next line when you have trouble in IE6 with labels in list */
	font-size:0.6em;
	color: #FF0000;
}
.errorTexte {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #fff;
	font-size:1.2em;
}
div.error { display: none;
}
input:focus { border: 1px dotted black; }
input.error {
	border: 1px solid #ff3600;
}
form.cmxform .gray * { color: gray; }