﻿BODY {
    /*BACKGROUND-IMAGE: url(../Images/LoginBg.gif); 
    BACKGROUND-REPEAT: repeat-x;*/
    background-color: #380404;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}
td.title {
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding: 20px;
    text-align: center;
}
TD.field {
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 5px;
}
INPUT.login {
    border: #ffffff 1px solid;
    color: #000000;
    font-size: 14px;
    height: 20px;
    width: 195px;
    background-color: #ffffff;
}
INPUT.loginbutton {
    border: #ffffff 1px solid;
    padding-right: 0px;
    background-position: 0px 50%;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    background-repeat: no-repeat;
    height: 25px;
    background-color: transparent
}
INPUT.loginbuttonon {
    border: #000000 0px solid;
    padding-right: 0px;
    background-position: 0px 50%;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    background-repeat: no-repeat;
    height: 25px;
    background-color: transparent
}
TD.message {
    font-weight: normal;
    font-size: 14px;
    color: #ffffff
}
A.login {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none
}
.loginon {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none
}
TD.content {
    font-size: 14px;
    color: #ffffff
}
A.forgot {
    color: #c7bc98
}
.pagecenter {
    color: white;
    font-size: 32px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}