body{
    padding: 0;
    margin: 0;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    background: #e3e1d4;

}
h1, h2, h3, h4, h5, h6, ul, li, em, pre, code{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
ol, ul{
    list-style: none;
}
img{
    border: 0;
}
p{
    margin: 0;
}
html, body {
height: 100%;
}
.main { 
    min-height: 100%;
}
* html .main {
    height: 100%;
}
.hFooter {
    clear: both;
    height: 25px;
}
/*login*/
.login{
    display: block;
    width: 323px;
    height: 315px;
    background: url(../../images/client-login/loginbg.png) no-repeat;
    padding: 53px 82px 0;
    position: absolute;
    left: 50%;
    margin: 117px 0 0 -221px;
}
.login input, .login select{
    outline: none;
}
.login .logo{
    display: block;
    text-align: center;
}
.login .loginform{
    float: left;
    width: 100%;
}
.login label{
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #979797;
    text-align: center;
    padding: 15px 0 5px;
}
.login .block{
    float: left;
    width: 100%;
    position: relative;
}
.login .ico{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 46px;
    left: 12px;
}
.login .mail .ico{
    background: url(../../images/client-login/icon_login.png) no-repeat;
}
.login .pass .ico{
    background: url(../../images/client-login/icon_pass.png) no-repeat;
}
.login .text{
    display: block;
    width: 259px;
    height: 23px;
    background: url(../../images/client-login/inputBg.png) no-repeat;
    border: 0 none;
    padding: 11px 26px 11px 38px;
    line-height: 22px;
    font-family: arial;
    font-size: 18px;
    color: #525252;
}
.login .correct .ico{
    background-position: 0 -20px;
}
.login .notCorrect .ico{
    background-position: 0 -40px;
}
.login .mark{
    display: block;
    width: 9px;
    height: 13px;
    background: url(../../images/client-login/mark.png) no-repeat;
    position: absolute;
    top: 51px;
    right: 9px;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    text-indent: -9999px;
}
.login .bot{
    display: block;
    clear: both;
}
.login .bot label{
    float: left;
    padding-top: 20px;
}
.login .bot .opt{
    float: left;
    padding-top: 5px;
}
input.hiddenCheckbox {
    left: -10000px;
    position: absolute;
}
.login .bot .holderWrap {
    background: url(../../images/client-login/checkbox.png) no-repeat;
    display: inline;
    float: left;
    margin: 0 5px 0 0;
}
.login .bot .checked .holderWrap {
    background-position: 0 -21px;
}
/*select*/
.login .bot .cuselScrollArrows{
    width: 118px !important;
    line-height: 26px;
    float: right;
    margin-top: 4px;
    height: 100%;
    position: relative;
    padding: 15px 25px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    outline: none;
    margin-right: -10px;
}
.login .bot #cuselFrame-option{
    float: left;
    margin-left: -10px;
}
.login .tips{
    display: none;
    background: url(../../images/client-login/tips_bg.png) repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    height: 45px;
    width: 270px;
    line-height: 45px;
    font-family: arial;
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: -200px;
    top: 128px;
}
.login .tips .arrow{
    display: block;
    width: 9px;
    height: 17px;
    background: url(../../images/client-login/tips.png) no-repeat;
    position: absolute;
    left: -9px;
    top: 14px;
}
.login .bot .cuselFrameRight{
    background: url(../../images/client-login/grey-arrow.gif) no-repeat center right;
}
.login .bot .cuselOpen .cuselFrameRight{
    background: url(../../images/client-login/white-arrow.gif) no-repeat center right;
}
.login .bot .cuselOpen{
    background: url(../../images/client-login/select_bg.png) repeat;
}
/*button*/
.login .submit{
    display: block;
    width: 209px;
    height: 50px;
    background: url(../../images/client-login/button.png) no-repeat;
    padding: 0;
    text-align: center;
    font-size: 21px;
    line-height: 21px;
    color: #68440b;
    text-shadow: #f4b94a 1px 1px 0;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -108px;
}
.login .submit:active{
    bottom: -1px;
}
.login .submit:hover{
    background-position: 0 -50px;
}
/*progressbar*/
.login .progressbar{
    display: none;
    clear: both;
    width: 487px;
    position: absolute;
    left: 0;
    bottom: -75px;
}
.login .progressbar .body{
    background: url(../../images/client-login/progressbar.png) no-repeat;
    width: 487px;
    height: 36px;
}
.login .progress{
    background: url(../../images/client-login/progress.png) repeat-x;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #81540D;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 0;
    text-align: center;
    width: 100%;
    position: relative;
}
.login .progressbar span{
    display: block;
    clear: both;
    color: #84806b;
    font-size: 13px;
    line-height: 13px;
    padding-top: 10px;
    position: absolute;
}
/*footer*/
.footer{
    display: block;
    clear: both;
    text-align: center;
    color: #afac99;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    height: 25px;
    margin-top: -25px;
}
.footer a{
    color: #888466;
}
.footer a:hover{
    text-decoration: none;
}
.logotext
{
    text-align: center;
    font-size: 23px;
    line-height: 25px;
    color: #C7C6C6;
    font-weight: bold;
}
.logotext span{
    /*text-shadow: #9e9e9e 0px 1px 1px;*/

}
/**left top**/

.left-top {
    background: url("../../images/client-login/left_bg.png") no-repeat #171717;
    display: inline-block;
    float: left;
    height: 28px;
    margin-top: 12px;
    padding: 4px 0 4px 10px;
    position: relative;
    z-index: 55;
}
.left-top #logo {
    display: inline;
    float: left;
    margin: 3px 0 0;
    
}
.left-top #logo a {
    float: left;
    height: 24px;
    overflow: hidden;
    width: 74px;
    background: url("../../images/client-login/logo-sml.png") no-repeat;
    line-height: 0;
    text-indent: -9999px;
}
.left-top #logo a:hover{
    background-position: 0 -24px;
}

.left-top .arrow-r {
    background: url("../../images/client-login/right-arrow.png") no-repeat;
    height: 36px;
    position: absolute;
    right: -11px;
    top: 0;
    width: 11px;
}

.left-top .slogan {
    background: url("../../images/client-login/info_bg.png") no-repeat;
    float: left;
    height: 15px;
    position: absolute;
    right: -28px;
    text-align: center;
    top: -3px;
    width: 17px;
    z-index: 5;
    text-decoration: none;
}
.left-top .slogan span {
    color: #38160A;
    display: none;
    font-size: 7px;
    font-weight: bold;
    line-height: 11px;
    position: relative;
    top: -3px;
}
.left-top .slogan-body {
    background: #F9C300;
    color: #38160A;
    display: none;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 11px;
    margin: -4px -1px 0 13px;
    padding: 5px 10px;
    position: relative;
    white-space: nowrap;
    z-index: 55;
    /*display: block !important;*/
}
.left-top .slogan-body span{
    display: inline-block;
    vertical-align: middle;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.left-top .slogan-body .arrow-r {
    background: url("../../images/client-login/arrow-y.png") no-repeat;
    height: 36px;
    position: absolute;
    right: -11px;
    top: 0;
    width: 11px;
}

.left-top .slogan-body .arrow-l {
    background: url("../../images/client-login/arrow-yb.png") no-repeat;
    height: 36px;
    width: 11px;
    left: -11px;
    position: absolute;
    top: 0;
}