form.cmxform {
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

form.cmxform label.error, label.error {
	position:absolute;
	padding:5px;
	margin-top:20px;
	margin-left:-50px;
	color: red;
	border:dotted 1px #000000;
	background-color:#FFFF00;	
	font-style: italic;
	font-weight:bold;
	/*background: url(../imagens/aviso.png) left bottom no-repeat; */
	background-position: 0px 0px;

	}
div.error { display: none; }


input.error { border: 1px dotted red; background-color:#FFE8E9; }
textarea.error { border: 1px dotted red; background-color:#FFE8E9; }
form.cmxform .gray * { color: gray; }




