﻿input.error {
    border: 2px solid red !important;
    border-radius: 3px;
}

textarea.error {
    border: 2px solid red !important;
}

select.error {
    border: 2px solid red !important;
}

form.MasterPageForm1 {
    width: 50em;
}

label.error {
    font-size: 14px;
    color: #FF0000;
    margin: 0;
    padding: 2px 0 0 0;
    display: block;
    font-family: "Univers LT 55", Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
    position: absolute;
    text-align: left;
}

em.success {
    display: block;
    color: #666;
    border: none !important;
}

input[type=checkbox].error {
    appearance: none;
}