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

Name: cmxform Styles

***********************************/
form.cmxform {
	/*width: 370px;*/
	font-size: 1.0em;
	color: #000000;
	border:0px;
	padding:0px
	
}

form.cmxform legend {
	padding-left: 0;
}

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

/*form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
}*/

form.cmxform fieldset fieldset {
	background: none;
}

/*form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}*/

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	background: url(../images/unchecked.gif) left bottom no-repeat;
	color: #FF0000;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	font-style: normal;
}
div.error { display: none; }
input {	border: 1px solid black; }
input:focus { border: 1px solid #000000; }
input.error { border: 1px solid red;
			  background-color:#FFFFCC}
form.cmxform .gray * { color: gray; }
 #result{
 	font-family:tahoma;
	font-size:12px;
	color:#FF0000;
	
	
 }
 
#formulario {
	font-family:tahoma;
	font-size:11px;
	border:1px solid #666666; 
	background:#EAEAEA; 
	padding:19px
	}

