#contact input.error,
#contact textarea.error,
#contact select.error {
    border: 2px solid #e24747;
    background-color: #ffeceb;
}
.field-error {
    font-size: 0.9em;
    margin-top: 4px;
    color: #e24747;
}
.field-error + .field-error {
    margin-top: 0;
}