body {
    text-align:center;
    background-color: #fff;
}
#pageBody {
    width: 721px;
    margin: 15px auto;
}
#pageHeader {
    margin-bottom: 13px;
}
#pageContent {
    margin-bottom: 6px;
    height: 305px;
}
.redSpacer {
    line-height: 1px;
    font-size: 6px;
    height:6px;
    background-color: #9E0C0F;
    border: 1px solid #A4191C;
}
.dashedLine {
    line-height: 1px;
    height: 1px;
    font-size: 1px;
    border-top: 1px dashed #A7A7A7;
}
.leftSide {
    float:left;
    width: 335px;
    height: 299px;
    border: 1px solid #000;
}
.rightSide {
    float: left;
    width: 383px;
    height: 299px;
    border: 1px solid #000;
    border-left: 0;
    text-align:center;
    background-color: #DDDDDD;
}
.loginHeader {
    height: 22px;
    background-color: #9E0C0F;
    color: #fff;
    font:bold 13px Tahoma;
    text-align:left;
    padding-left: 24px;
    padding-top: 5px;
}
.grayBar {
    height: 60px;
    background-color: #F0F0F0;
    margin-bottom: 3px;
}
.loginForm {
    font:bold 11px tahoma;
    color: #9E0C0F;
    width: 221px;
    margin: 0 auto 0 auto;
    padding-top:15px;
    padding-bottom: 10px;
}
.label {
    float:left;
    width: 70px;
    height:20px;
    margin-top:4px;
    text-align:right;
}
.data {
    float:left;
    width: 150px;
    height:27px;
    text-align:right;
}
.data input {
    width: 137px;
}
.submitForm {
    font: 11px arial;
    color: #595959;
    text-align:right;
}
.submitForm button {
    font: 11px arial;
}
.submitForm a, .submitForm a:visited {
    text-decoration: underline;
    color: #595959;
}
.rememberID {
    text-align:right;
    font: 11px arial;
    color: #000;
}