




/*  LOGIN -------------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

#login-bg {
    background: url(../images/login/login_bg.jpg) no-repeat top center;
}

#login-holder {
    margin: 0px auto 0 auto;
    width: 508px;
}

#loginbox {
    background: url(../images/login/loginbox_bg.png) no-repeat;
    font-size: 12px;
    height: 212px;
    line-height: 12px;
    padding-top: 60px;
    position: relative;
    width: 508px;
}

#Resetbox {
    background: url(../images/login/loginbox_bg.png) no-repeat;
    font-size: 12px;
    height: 244px;
    line-height: 12px;
    padding-top: 18px;
    position: relative;
    width: 508px;
}

#forgotbox {
    background: url(../images/login/loginbox_bg.png) no-repeat;
    display: none;
    font-size: 12px;
    height: 212px;
    line-height: 12px;
    padding-top: 60px;
    position: relative;
    width: 508px;
}

#login-inner {
    color: #161616;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 12px;
    margin: 0 auto;
    width: 310px;
}

    #login-inner label {
        color: #161616;
        cursor: pointer;
        font-family: Tahoma;
        font-weight: bold;
        line-height: 12px;
        padding-left: 10px;
    }

.checkbox-size {
    width: 13px;
    height: 13px;
    margin: 5px 0;
}

#login-inner th {
    padding: 0 0 6px 0;
    text-align: left;
    width: 95px;
}

#login-inner td {
    padding: 0 0 6px 0;
}

.login-inp {
    background: url(../images/login/inp_login.gif) no-repeat;
    border: 1px solid #c2c2c2;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    height: 28px;
    padding: 6px 6px 0 10px;
    width: 204px;
}

#logo-login {
    /*float: left;*/
    height: 105px;
    margin: 70px 0 0 0px;
}

a.forgot-pwd {
    bottom: 30px;
    color: #161616;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    position: absolute;
    right: 40px;
}

a:hover.forgot-pwd {
    color: #fff;
}

#forgotbox-text {
    color: #161616;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 auto 40px auto;
    width: 380px;
}

#forgot-inner {
    color: #161616;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 12px;
    margin: 0 auto;
    width: 330px;
}

    #forgot-inner label {
        color: #161616;
        cursor: pointer;
        font-family: Tahoma;
        font-weight: bold;
        line-height: 12px;
        padding-left: 10px;
    }

    #forgot-inner th {
        padding: 0 0 6px 0;
        text-align: left;
        width: 110px;
    }

    #forgot-inner td {
        padding: 0 0 6px 0;
    }

a.back-login {
    background: url(../images/login/icon_back_login.gif) no-repeat 0 4px;
    bottom: 30px;
    color: #161616;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 0 10px;
    position: absolute;
    right: 40px;
}

a:hover.back-login {
    color: #fff;
}

.submit-login {
    background: url(../images/login/submit_login.gif) no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 29px;
    text-indent: -3000px;
    width: 73px;
}

    .submit-login:hover {
        background: url(../images/login/submit_login.gif) no-repeat 0 -29px;
    }

.submit-ResetPassword {
    border: .5px solid #a2a2a2;
    background: url(../images/login/ResetPassword.jpg) no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 29px;
    text-indent: -3000px;
    width: 140px;
}

    .submit-ResetPassword:hover {
        background: url(../images/login/ResetPassword.jpg) no-repeat 0 -29px;
    }

.submit-UpdatePassword {
    border: .5px solid #a2a2a2;
    background: url(../images/login/UpdatePassword.jpg) no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 29px;
    text-indent: -3000px;
    width: 143px;
}

    .submit-UpdatePassword:hover {
        background: url(../images/login/UpdatePassword.jpg) no-repeat 0 -29px;
    }
