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

Name: cmxform Styles

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

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {

}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {

}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #e75e50;
	font-style: italic;
	text-align:center;
	display:block !important;
	width:100%;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-left:0px !important;
}

form.cmxform .checkbox label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #e75e50;
	font-style: italic;
	text-align:left;
	display:block !important;
	width:100%;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-left:0px !important;
}
div.error { display: none;}
/*input {	border: 1px solid black; }*/
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }
radio.error { border:1px dotted red;}
select.error { border:1px dotted red; }
form.cmxform .gray * { color: gray; }
label { float:left !important}
#mercado-error {
	position: absolute !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-left:0px !important;
}
#agree-error {
	position: absolute !important;
	top: 16px !important;
	left: 2px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-left:0px !important;
}

	
	
	
	
	
	