input.error {
    border: 1px solid red;
      color:red !important;
}
textArea.error {
    border: 1px solid red;
      color:red !important;
}

label.error {
    background: url('images/unchecked.gif') no-repeat;
    padding-left: 16px;
    margin-left: .3em;
    color:red !important;
    padding:0px;
}

label.valid {
    background: url('images/checked.gif') no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
