﻿/* CSS Document */

BODY {
    BACKGROUND-COLOR: #eeeeee;
    FONT-FAMILY: Times New Roman, Helvetica, sans-serif;
    padding-top: 100px;
}

.logo {
    position: relative;
    top: 20px;
    FONT-FAMILY: Times New Roman, Helvetica, sans-serif;
    Font-Size: 14px;
    Font-Weight: Normal;
    color: #3778a6;
}

.alert {
    FONT-FAMILY: Times New Roman, Helvetica, sans-serif;
    Font-Size: 14px;
    Font-Weight: Normal;
    margin-left: 30px;
    color: #ff0000;
}

.label {
    FONT-FAMILY: Times New Roman, Helvetica, sans-serif;
    Font-Size: 14px;
    Font-Weight: Normal;
    margin-left: 50px;
    color: #ffffff;
}

.loginbox {
    background-image: url(../images/login_bg.jpg);
    background-color: #7dbcdf;
    background-position: top left;
    background-repeat: no-repeat;
    height: 140px;
    min-height: 140px;
    border-bottom: solid 1px #ffffff;
}

.button {
    background-image: url(../images/button.jpg);
    FONT-FAMILY: Times New Roman, Helvetica, sans-serif;
    Font-Size: 12px;
    Font-Weight: Normal;
    margin-right: 5px;
    border: solid 1px #7dbcdf;
    color: #003366;
    padding: 0px 10px;
    cursor: hand;
}

.input_medium {
    FONT-FAMILY: Times New Roman, Helvetica, sans-serif;
    Font-Size: 12px;
    opacity: .50;
    filter: alpha(opacity=50);
}
