.errFld {
	border: 2px solid #A94442;
}

.errMsg {
	color: #C33;
	margin-top: 5px;
	display: table-row;
}

/* placeholder for customized error message: should always be invisible */
div.errCustomMsgHidden {
	display:none;
}
  
/* For error div that's put beside the input element */
div.inline_div {
     display:inline;
}

/* The select dropdown in IE won't show the red border when error, 
 * wrap it in a span to work around it.
 */
span.select_wrap {
	padding: 5px 0;
}
