body {
    overflow-y:scroll;
}
body, table {
    text-align:center;
    font-size:11px;
    line-height:14px;
}

#body {
    width:960px;
    height:100%;
    background:url('../img/auth/bg.gif') center center repeat-y;
    margin:0 auto;
}

div.authForm {
    width:522px;
    height:126px;
    background:url('../img/auth/form.gif') center top no-repeat;
    text-align:left;
}

#authForm {
    display:block;
    height:89px;
    margin:0;
    padding:0;
}


h1 {
    width:252px;
    font-family:'Trebuchet MS', Tahoma, sans-serif;
    font-size:18px;
    line-height:18px;
    color:#0082ff;
    text-transform:uppercase;
    margin:29px 0 0 0;
    padding:0;
    text-align:right;
    overflow:hidden;
    white-space:nowrap;
}


input.text {
    border:1px solid #d4d4d4;
    height:21px;
    line-height:18px;
    margin:2px 0 2px 4px !important;
    margin:1px 0 1px 4px;
    padding:1px 5px 0 5px;
    font-size:12px;
    width:152px;
}
input.btn {
    height:23px;
    width:152px;
    font-weight:bold;
    color:#000;
    font-size:11px;
    border:0;
    margin:2px 0 2px 4px;
    background:url('../img/auth/login-btn.gif') center center no-repeat;
    cursor:pointer;
}


#error {
    width:522px;
    height:37px;
    line-height:37px;
    background:url('../img/auth/error-bg.gif') left top no-repeat;
    color:#fff;
    font-weight:bold;
    text-align:center;
    font-size:14px;
    color:#8e8679;
}
#no_error {
    width:522px;
    height:6px;
    line-height:6px;
    font-size:0;
    background:url('../img/auth/no-error-bg.gif') left bottom no-repeat;
}