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

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;
	text-align: left;
	font-size: 12px;
	display:block !important;
	width:100%;
	margin-top:0px !important;
	margin-bottom:10px !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;
	font-size: 12px;
	display:block !important;
	width:100%;
	margin-top:0px !important;
	margin-bottom:30px !important;
	margin-left:0px !important;
}

div.error {
	display: none !important;
}

/*input {	border: 1px solid black; }*/
input.checkbox {
	border: none
}

input:focus {
	border: 1px dotted black;
}
input.error {
	border: 1px dotted red !important;
}
textarea.error {
	border: 1px dotted red !important;
}
radio.error {
	border:1px dotted red!important;
}
select.error {
	border:1px dotted red !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;
}

label.error {
		color: red !important;;
		margin-left: 2px;
		width: 100% !important;
		float:left;
		margin-top:2px;
		margin-bottom:4px;
		display: inline-block;
	}

textarea{
	min-height:160px;
}