/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
display:inline;
}
form.cmxform fieldset{
	border:none;
	padding:0px;
}
form.cmxform fieldset legend{
	display:none;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #990000;
}
div.error { 
	display: none; 
}
input  {	border: 1px solid #DBD8AD; background-color:#F5F3E0; width:350px; padding:2px; height:16px; }
textarea { border: 1px solid #DBD8AD; background-color:#F5F3E0; width:350px; padding:2px; font-family:Arial, Helvetica, sans-serif; overflow:auto }

input:focus, textarea:focus  {
	border: 1px dotted #DBD8AD;
	background-color: #EDECDA;
}
input.error, textarea:error  { 
	border: 1px dotted #990000; 
}
form.cmxform .gray * { 
	color: gray; 
}
Input.envio{
	border: 1px solid #DBD8AD; background-color:#609841; width:80px; padding:2px; height:25px; color:#FFFFFF; font-size:12px;
}