﻿body {
    /*background: #f1f1f2 url('../img/background_blue_no_rings_high_fade2.png') center top no-repeat; */
    background-color: white;
    color: #333;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
    min-width: 960px;
    padding: 0;
}

br {
    clear: left;
}

input[type=text]:disabled {
    background-color: #d3d3d3;
}

input[type=submit] {
    background-color: #004C97;
    border-color: #d3d3d3;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    color: white;
    cursor: pointer;
    height: 25px;
    width: 125px;
}

label {
    display: block;
    float: left;
    width: 120px;
}


.divContent{
    margin-left: 15px;
    margin-right: 15px;
}

.divError {
    color: Red;
    font-weight: normal;
    text-align: center;
    width: 100%;
}


.imgInline {
    padding-left: 10px;
}

.lblErrorText {
    color: Red;
    font-weight: normal;
}

.lblProcessText {
    color: Green;
    font-weight: normal;
}

.lblRequired {
    color: Red;
}
