.label-div {
    text-align: right;
}

/* Styles for validation helpers -----------------------------*/
/* todo: move this to whichever CSS file, maybe a CSS Common? */
.field-validation-error {
    color: #ff0000;
}

#aec-contactus .field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

h2 {
    /*border-bottom: 1px dashed #CFD9E3;*/
    color: #104372;
    font-size: 1.333em;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h3 {
    color: #104372;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

select {
    border: 1px solid #3F9FD6 !important;
    color: #404040 !important;
    font-family: inherit;
    font-size: 12px !important;
}

label {
    font-weight: bold;
    font-size: 12px !important;
}

.contactButton {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0.917em;
    font-weight: bold;
    padding: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin-left: 125px !important;
}

#dashDiv {
    border-top: 1px dashed #D7D7D7 !important;
    padding-top: 1em !important;
}

@media (max-width: 600px) {
    .contactButton {
        margin-left: 0 !important;
    }
}

/* Marketing: (to be removed): BEGIN */
#aec-contactus {
    color: #767676;
    font: 12px Arial,Verdana,Helvetica,Sans-serif;
    clear: both;
    padding: 10px 20px;
}

    #aec-contactus p {
        font-size: 1em;
        line-height: 1.6;
        margin: 1em 0;
    }

    #aec-contactus h3 {
        color: #104372;
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 0.5em;
    }

    #aec-contactus ul {
        list-style: disc outside none;
        margin: 1em 0 1em 2em;
        margin: 0.5em 0;
    }

    #aec-contactus li {
        margin: 0.5em 0;
    }

    #aec-contactus .clearfix {
        display: block;
    }

    #aec-contactus * {
        margin: 0;
    }
/* Marketing: (to be removed): END */

.note {
    background: url("/content/img/icon_message-notify.png") no-repeat scroll 10px 10px #FEFEFE;
    border: 1px solid #CFD9E3;
    color: #404040;
    margin: 0 0 8px;
    padding: 10px 40px;
    white-space: normal;
}

input.input-text, input.input-password, textarea, input:not(.ui-autocomplete-input) {
    background: url("/content/img/bg-input.gif") repeat-x scroll 0 0;
    border: 1px solid #3F9FD6 !important;
    color: #404040 !important;
    font-family: inherit;
    font-size: 12px;
}    
