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

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 370px;
	font-size: 1.0em;
}

form.cmxform label.erreur, label.erreur {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.erreur { display: none; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.erreur { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }