
input.error, textarea.error, select.error{
    border:1px solid red;
}

label.error{
    margin-left: 0px;
    padding-left:0px;
    display:block;
    color:red;
}

em.reqChk{
    color: red;
    margin-right: 5px;
}