* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

img {
    border: 0;
}

a {
    font-weight: 700;
    color: #FFF;
}

body {
    background: #e0e0e0 url(../images/admin/login/admin_bg.gif) repeat-x top left;
    text-align: center;
    height: 100%;
}

.clear {
    clear: both;
}

#head {
    height: 58px;
    background: #000;
    border-bottom: 13px solid #d91e25;
}

#head h1 {
    position: absolute;
    top: 32px;
    left: 15px;
    color: #FFF;
    font-size: 15pt;
    float: left;
}

#head #support {
    float: right;
    margin: 40px 15px 0 0;
    text-decoration: none;
    font-size: 10pt;
}

#container {
    margin: auto;
    text-align: center;
    height: 500px;
    width: 400px;
}

#client-logo {
    background: #FFF url(../images/admin/login/client_logo.gif) no-repeat top left;
    height: 168px; 
}

#login-container-top {
    background: transparent url(../images/admin/login/login_container_top.png) no-repeat top center;
    height: 17px;
}

#login-container {
    min-height: 190px;
    height: auto !important;
    height: 190px;
    background: transparent url(../images/admin/login/login_container_bg.png) repeat-y top center;
    padding-top: 20px;
}

#login-container #error {
    border: 1px solid #F00;
    background: #FFFFD5;
    margin: 10px auto;
    width: 350px;
    height: 20px;
    padding: 3px;
    font-size: 9pt;
}

#login-container h3 {
    text-align: left;
    margin-left: 45px;
    margin-bottom: 5px;
    font-size: 11pt;
}

#login-container #username, #login-container #password {
    height: 27px;
    border: 1px solid #656565;
    background: #EDECEC;
    width: 315px;
    margin-bottom: 15px;
    font-size: 15pt;
} 

#login-container #submit {
    position: relative;
    right: 40px;
    text-align: right;
    
}

#login-container-bottom {
    background: transparent url(../images/admin/login/login_container_bottom.png) no-repeat top center;
    height: 21px;
    margin-bottom: 15px;
}