#total-body {
    margin: 0 auto;
    text-align: left;
    width: 85%;
    min-width: 1024px;
    background-color:white;
}

body {
    background: #fefefe url('/image/background.gif') repeat-x center top;



}




/* Login menu ============================================= */
div#username {
}

div#username, div#password {
    float: left;
    margin-left: 10px;
    font-size: 1.0em;
    font-weight: bold;
}

#username input, #password input {
    padding: 0;
    margin: 0;
    font-size: 8pt;
    border: 1px solid #ffa500;

}

.label {
    float: left;
    text-align: left;
    padding-right: 10px;
}

.input {
    float: left;
}

#username .label, #password .label {
    float: left;
    width: 70px;
}

div#login {
    float: left;
}

div#login input {
    background: #69c652;

    color: white;
    border: 1px solid white;
    padding: 1px 2px 1px 2px;
}

/* Auto login =================================*/
#remember-me {
    display: none;

}

#remember-me .label {
    width: 160px;
}

#remember-me input input {
    float: left;
    padding-top:0.2em;
}

#remember-me #hint {
    float: left;
    padding-left: 10px;
    font-weight:normal;
    font-size:0.8em;
    padding-top:0.2em;
}

#forgot {
    clear: both;
}

#forgot a {
    color: white;
    font-size: 9pt;
    padding-top: 5px;
}


/* Login error message ==========================*/
#login-messages-div {
    clear:both;
    width: 540px;
    height: 25px;
    position:relative;
    top:-60px;
    margin-left: 2px;
    font-weight: bold;
    color: white;
    background: #ff5928;
    font-size: 10pt;
}

ul.messages {
    padding-top: 3px;
}

ul.messages li {
    display: inline;
    list-style-type: none;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
}
