/* Input Validation Rules */

/* Asterisk on required fields */
.reqMark {							
	color: red!important;	

}
/* Field with a validation error */
.errFld {							
	border: 1px solid red!important;
}
/* Styling for message associated with a validation error. */
 div.errMsg {							
	color: red !important; 
	display:block;padding-left:102px;text-align:left;font-size: 12px;height: 15px;line-height: 13px;font-weight:normal;border:0px solid green;font-weight:normal!important;float:left;margin-left:0px;
}
.textarea  div.errMsg{bottom:-14px;top:auto}

.wForm form .oneField {}




#tfa_half div.errMsg{padding-left:0;}

