/**********************************
Name: cmxform Styles
***********************************/
 

  

 

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #B94A48;
	font-weight:normal;
	font-size:0.9em;
	margin-top: -3px;
    padding: 0;
	position: revert;
}
 

form span.error, span.error 
{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #c45f00  !important;
	font-weight:normal;
	font-size:0.9em;
	margin-top: -3px;
  padding: 0;
	position: revert;
}
 
 

form input.error, textarea.error, select.error{

	//border-style: solid !important;
   // border-width: 0px 0px 1px 0px !important;
    border-color: #a94442 !important;  
	//border-radius: 0px !important;
}

form.boxed input.error, textarea.error, select.error
{
  //  border-style: solid !important;
   // border-width: 1px 1px 1px 1px !important;
    border-color: #a94442 !important;
	//border-radius: 10px !important;
}

form .gray * { color: gray; }