body {
    background: url("../images/blue_bg.gif") repeat;
    font-family: "Arial", "Helvetica", "Serif", "Sans-serif";
    color: #555;
}

.customButton1 {
    width: 95px;
    height: 27px;
    background: url("../images/button_bg1.png") no-repeat;
    background-position: 0 100%;
    border-style: none;
    color: #fff;
    font-size: 10pt;
}

.customButton1:hover {
    background-position: 0 0;
}

#screenContainer {
    width: 100%;
}

#background1 {
    width: 780px;
    height: 540px;
    background: url("../images/login_bg.png") no-repeat;
    float: left;
    margin-top: 40px;
}

#loginFields1 {
    width: 175px;
    font-size: 10pt;
    position: relative;
    float: left;
    margin: 260px 0 0 545px;
}

.userLabel {
    width: 100%;
}

.userField {
    width: 100%;
    margin-bottom: 3px;
    float: right;
}