/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 490px;
	color: #7d7d8c;
	margin:0;
	padding:0;
}

form.cmxform h3 {
	color:#fd8d08;
	font:bold 20px "Trebuchet MS", Arial, sans-serif;
	margin:0;
}

form.cmxform label {
	color: #7d7d8c;
}

form.cmxform fieldset {
	border: none;
	background:url(/images/common/pointilles/gris_lg_hz.gif) 0 0 repeat-x;
	width:490px;
	margin:0;
	padding:10px 0 20px 0;
	position:relative;
}


form.cmxform fieldset p {
	padding: 5px 0 7px 0;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: none;
	color: red;
	font-style: italic
}
div.error { display: none; }
input text {	border: 1px dotted black; width:275px; }
input:focus { border: 1px solid black; }
input.error { border: 1px dotted red; }
input.submit { width:150px; }