﻿.style1 {
    width: 100%;
    margin-bottom: 1px;
    height: 77px;
}

.style4 {
    width: 235px;
}

.style6 {
    width: 520px;
}

.style9 {
    width: 470px;
    height: 97px;
}

.style10 {
    width: 200px;
}

.style11 {
    width: 205px;
    height: 97px;
}

.style12 {
    height: 97px;
}

.auto-style1 {
    width: 151px;
}

.auto-style2 {
    width: 420px;
}

/* Styles for validation helpers */
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}