﻿/**
 * 登陆
 */
#user-center .container{
    width: 1000px;
    margin: 0 auto;
}
#user-center .header{
    height: 126px;
    background-color: #f9f9f9;
}
#user-center .header .logo{
    float: left;
}
#user-center .header .logo a{
    float: left;
    width: 406px;
    height: 0;
    padding-top: 126px;
    background: url(../images/user-logo.jpg) no-repeat 0 center;
    overflow: hidden;
}
#user-center.user-register-container .header .logo a{
    width: 470px;
    background-image: url(../images/user-logo2.jpg);
}
#user-center .main{
    min-height: 530px;
    overflow: hidden;
}
#user-center .login-form{
    margin-top: 54px;
    height: 400px;
    background-color: #f8f8f8;
}
#user-center .login-form .title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ff8a00;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
#user-center .login-form .table{
    width: 278px;
    margin: 0 auto;
    margin-top: 36px;
}
#user-center .login-form .name,
#user-center .login-form .psw{
    width: 226px;
    border: 1px #dddddd solid;
    padding-left: 50px;
    height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #6d6d6d
}
#user-center .login-form .sub{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #ff8a00;
    border: 0;
    cursor: pointer;
}
#user-center .login-form .color1{
    color: #ff8a00
}
#user-center .login-form .name{
    background: url(../images/icon/l1.jpg) #fff no-repeat 0 center;
}
#user-center .login-form .psw{
    background: url(../images/icon/l2.jpg) #fff no-repeat 0 center;
}
#user-center .login-form .auto input{
    float: left;
    margin-top: 9px;
    margin-right: 4px;
}
#user-center .login-form .auto{
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    color: #6d6d6d;
}

/**
 * 注册
 */
/* #user-center.user-register-container{
    background-color: #f9f9f9;
}
#user-center.user-register-container .main{
    background-color: #fff;
} */
.register-form-container{
    float: left;
    width: 725px;
    margin-bottom: 50px;
}
.register-right{
    float: right;
    width: 272px;
    height: 500px;
    border-left: 1px #e6e6e6 solid;
}
.register-right .block1{
    padding-left: 35px;
    height: 155px;
    border-bottom: 1px #e6e6e6 solid;
}
.register-right .block1 h5{
    padding-top: 38px;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 12px;
}
.register-right .block1 .s1{
    float: left;
    width: 160px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background-color: #ff8a00;
}
.register-right .block2{
    padding-left: 35px;
    padding-top: 15px;
}
.register-right .block2 p{
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
}


/**
 * UI
 */
.ui-form-01 td{
    vertical-align: middle;
    padding-bottom: 20px;
}
.ui-form-01 .label{
    text-align: right;
    font-size: 14px;
    padding-right: 12px;
}
.ui-form-01 .label span{
    font-family: '宋体';
    font-size: 12px;
    padding-right: 2px;
    color: #bd0000;
}
.ui-form-01 .t1,
.ui-form-01 .t2,
.ui-form-01 .t3,
.ui-form-01 .s1
{
    float: left;
    width: 230px;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    border: 1px #dddddd solid;
}
.ui-form-01 .t2{
    background-color: #ffe1be;
    border: 1px #ff8a00 solid;
    width: 120px
}
.ui-form-01 .t3{
    width: 60px;
}
.ui-form-01 .s1{
    width: 100px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-left: 0;
    background-color: #ff8a00;
    border-color: #ff8a00;
    cursor: pointer;
    margin-left: 8px;
    display: inline;
}
.ui-form-01 .note
{
    float: left;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    height: 22px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px #ff8a00 solid;
    color: #ff8a00;
    background: url(../images/icon/l3.jpg) #ffe1be no-repeat 0 0;
    display: inline;
    white-space: nowrap;
}
.ui-form-01 .c1{
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.ui-form-01 .cNote{
    padding-left: 5px;
}
.ui-form-01 .cNote a{
    color: #ff8a00
}
.ui-form-01 .sub{
    width: 172px;
    height: 45px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #ff8a00;
    border: 0;
    overflow: hidden;
    cursor: pointer;
}