/* --------------------------- */
/* FORM VALIDATION			   */
/* --------------------------- */


form.cmxform label.error, label.error {
/* remove the next line when you have trouble in IE6 with labels in list */
color: #362D2C; font-style: italic }

select:focus, input:focus, textarea:focus { border: 2px solid #0068b3;}
select.error, input.error, textarea.error { border: 2px solid #0068b3;}

input, textarea { border: 1px solid #cccccc; margin-top: 3px; margin-bottom: 3px; font-family: Arial, Verdana, Helvetica; font-size: 11px;  color: #303030;}
