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

Name: cmxform Styles

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

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-size:12px;
	padding-left:0px;
    margin-left:0px;
    position:absolutes;
	clear:both;
	display:block;
	width:auto;
	
}
div.error { display: none;  }
input {	border: 1px solid #ccc; 
	border:1px solid #ccc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error  , textarea.error{ border: 1px dotted red; }

form.cmxform .gray * { color: gray; }

#vForm label.error, #vForm input.submit { margin-left: 10px; }

textarea{
font-family:arial;
font-size:12px;
}