/*top*/
.top{
    background: url("/images/top_bg.jpg") repeat;
}
.top_box{
    margin: 0 auto;
    width: 960px;
    height: 330px;
    background: url("/images/top_bg2.jpg") no-repeat;
    overflow: hidden;
}
.top_info{
    display: inline-block;
    float: left;
    margin: 41px 0 0 369px;
    font-size: 14px;
    line-height: 150%;
    _margin:41px 0 0 184px;
}
.top_info a{
    display:block;
    width: 118px;
    height:40px;
    text-align: center;
    line-height: 40px;
    color:#0083dc;
}
/*login*/
.login_box{
    float: right;
    display: inline;
    margin: 20px 10px 0 0;
    width: 402px;
    padding: 0 10px;
    overflow: hidden;
}
.login_box{
    float: right;
    margin: 20px 10px 0 0;
    padding: 0 10px;
    width: 402px;
    overflow: hidden;
}
.login_title{
    padding: 30px 0 0 15px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: bold;
    line-height: 200%;
    color: #000;
}
.user_name{
    padding: 0 15px;
    border-top: solid 1px #fff;
    font-family: "Arial";
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #000;
}
.user_value,.user_state{
    padding: 0 15px;
    line-height:24px;
    color: #000;
    overflow: hidden;
}
.user_state{
    padding-bottom: 20px;
    border-bottom: solid 1px #d7d7d7;
}
.user_state a:link,.user_state a:visited{
    padding-left: 10px;
    color: #c00;
    font-weight: bold;
}
.user_state a:hover{
    text-decoration: underline;
}
.u_nav{
    padding: 20px 15px 0;
    border-top: solid 1px #fff;
    overflow: hidden;
}
.u_nav li{
    width: 50%;
    float: left;
    padding: 5px 0;
    font-size: 12px;
    line-height: 28px;
}
.u_nav li a:link,.u_nav li a:visited{
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 35px;
    background: url("/images/user/btn_logged.png") no-repeat;
    line-height: 35px;
    color: #fff;
    text-align: center;
}
.u_nav li a:hover{
    color: #ccc;
}
.login_form{
    padding-top: 50px;
}
.login_warn{
    display: none;
    text-align: center;
    color: #f00;
    line-height: 18px;
}
.login_form li{
    position: relative;
    _display: inline;
    margin-bottom: 15px;
    overflow: hidden;
}
.login_form li .user_icon{
    position: absolute;
    top: 0;
    left: 92px;
    width: 32px;
    height: 40px;
    background: url("/images/user_bg.png") center no-repeat;
    _background: 0;
}
.login_form li .pwd_icon{
    position: absolute;
    top: 0;
    left: 92px;
    width: 32px;
    height: 40px;
    background: url("/images/lock_bg.png") center no-repeat;
    _background: 0;
}
.login_form li label{
    float:left;
    width:90px;
    font-size: 16px;
    font-weight: bolder;
    line-height: 40px;
    text-align: right;
    color: #666;
}
#uid{
    width: 150px;
}
.qq_suffix{
    float: left;
    padding: 0 5px;
    font-size:16px;
    font-weight: bolder;
    line-height: 40px;
    color: #666;
}
.login_input{
    float: left;
    padding: 11px 4px 11px 35px;
    _padding-left: 10px;
    width: 238px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    outline: none;
    ime-mode:disabled;
}
.login_form #autologin{
    float: left;
    margin-top: 6px;
    _margin-top:0;
}
.login_form .login_auto label{
    line-height: 24px;
}
.login_form .login_auto a.forgot_pwd:link,
.login_form .login_auto a.forgot_pwd:visited{
    float: right;
    margin-right: 35px;
    font-size: 12px;
    line-height: 24px;
    color: #12458d;
}
.remember_login{
    float: left!important;
    padding-left: 5px;
    width: auto!important;
    font-size: 14px!important;
    font-weight: normal!important;
    line-height: 24px!important;
    color: #333;
    cursor: pointer;
}
.login_button{
    padding-left: 34px;
}
.login_form .login_submit{
    float: left;
    margin-right: 15px;
    width:160px;
    height: 62px;
    outline: none;
    border: none;
    cursor: pointer;
    background: url("/images/btn_login.png") no-repeat;
}
.main{
    padding: 10px 0;
    background: url("/images/content_bg.png") repeat;
}
.content{
    margin: 0 auto;
    width: 960px;
}
.function_intro{
    margin-left: -30px;
}
.function_intro li{
    float: left;
    margin-left: 35px;
    _margin-left: 30px;
    padding: 20px 0;
    height: 95px;
    overflow: hidden;
}
.function_intro .function_msg{
    float: left;
    margin-left: 20px;
    width: 180px;
    color: #999;
}
.function_msg .function_t{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.friendlink{
    padding: 5px 0 0;
    border-top:1px #ccc solid;
}
.friendlink dt{
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
}
.friendlink dd{
    float: left;
    padding: 5px 10px;
}
.friendlink a{
    font-size: 14px;
    color: #002a80;
}