html * {
    margin:0;
}
a:link {
    color: white;
}
a:visited {
    color: white;
}
label.labelFont {
    font: bold small-caps 12pt verdana; 
    color: black;
}
span.copyRightFont {
    font: normal small-caps 8pt verdana; 
    color: white;
}
div.copyRightNotice {
    background-image: url(../images/login/reflective.png); 
    height: 108px;
}
div.maintenanceNotice {
    color: white;
    margin-top: 50px;
    border: 2px solid;
    padding: 5px;
    width: 575px;
    border-radius: 20px;
}
div.maintenanceCopyRight{
    background-image: url(../images/login/reflective.png);
    height: 108px;
    width: 585px;
    border-radius: 20px;
}
table.loginFrame {
    border: none; 
    background-image: url(../images/login/frame.png); 
    width: 518px; 
    height: 234px;
}
table.loginFrame td {
    line-height: 12px;
}
body.loginGradient {
    background: white url(../images/gradientBackground.png) repeat-x fixed top right;
}
input.loginButton {
    border: none;
    background: transparent url(../images/submitButtonReleased.png) no-repeat center top;
    width: 100px;
    height: 25px;
} 
input.loginButton:hover {
    border: none;
    background: transparent url(../images/submitButtonPressed.png) no-repeat center top;
    width: 100px;
    height: 25px;
}

