.input-box {
    box-shadow: 1px 1px 2px #C3C3C3 inset;
    border: 1px solid #999999;
    padding: 0 3px;
}
.btn-code {
    padding: 5px 10px;
}
#mobile {display: none;}

.input-small { width: 70px !important;}
table,table td {border: none}
.login-css{ width:1000px; height:auto; margin:0 auto; padding:80px 30px; overflow: hidden; background-color:#fff; color:#404040; font-size:14px;}
.login-css p{ height:40px; line-height:40px;}
.lo-input{ height:40px; line-height:40px;}
.lo-input label {width: 70px; display: inline-block; text-align: right;}
.lo-input input{ width:180px;height: 30px;}
.login-left{ float:left; width:40%;  border-right:1px solid #c1c1c1; padding-left:50px;}
.login-right{ float:left; width:45%; padding-left:50px;}
.lo-denglu input{ width:15px; height:25px; float:left;line-height: 25px;}
.lo-denglu{ padding-left:0px;}
.login-bj{ background:#C20000; width:65px; height:28px; border:0; font-size:16px; color:#fff; line-height:28px; text-align:center; margin-left:110px; margin-right:15px; float:left;}
.login-diji{float:left; display: block; line-height:25px; }
.return_msg,.login_msg {color: red;font-size: 14px;margin-left: 10px;}
#regForm table {margin-top:20px;}
#regForm table td {height: 40px;}
#regForm table input[type=text],#regForm table input[type=password] {height: 30px;width: 200px;}
#regForm table tr td:first-child {text-align: right;width:100px; font-size: 14px;}
.input-tip {
    color: rgb(36, 36, 36);
    padding-left: 10px;
    visibility: hidden;
}
.login-title {
    display: inline-block;
    width: 50px;
    text-align: right;
}
input.error {
    border-color: #F00;
    box-shadow: 0px 0px 1px #D99191, 0px 0px 2px #E5E5E5 inset;
}
#hide_tjr { display: none;}
/*captcha*/
.captcha {
    text-align: center;
    font-size: 16px;
}
.captcha input {
    width: 150px;
    height: 44px;
    line-height: normal;
    padding: 0;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    color: #666;
    -webkit-appearance: none;
    text-align: center;
}
.captcha .refresh{
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
    cursor: pointer;
}