label {  }
label.error { float: none; color: red; padding-left: 1em; vertical-align: top; }
select.error, input.error, textarea.error {
    background: none repeat scroll 0 0 #FFEAEA;
    border-color: #FF0000 !important;
}
div.error {color: red;}
.WarningNormalBold {color: red;}

/* Fixes the error where several DOB error labels are shown, breaking the one-line design */
label[for=p_dob_dd], label[for=p_dob_mm] {
	display: none !important;
}