﻿.html_banner
{
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1200px;
    height: 150px;
}

.register-warn
{
    width: 1200px;
    margin: 10px auto 0 auto;
    line-height: 22px;
    font-size: 14px;
}

.register-form
{
    background: #fff;
    border: 1px solid #eee;
}

.register-form-inner
{
    width: 800px;
    padding: 20px 0;
    margin: 0 auto;
}

.title
{
    color: #258bf0;
    margin-bottom: 15px;
}

table
{
    font-size: 14px !important;
    border-collapse: collapse; /* 合并边框 */
    border: none; /* 移除所有边框 */
}
tbody, td, tr
{
    border: none;
}

.TxCss
{
    font-size: 14px;
    color: #003399;
    font-family: "宋体";
    font-style: normal;
    height: 25px;
    line-height: 25px;
    outline: none;
    border-radius: 3px;
    border: 1px solid #a8a8a8;
}
input[type=radio], input[type=checkbox]
{
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}
span[id*=RegularExpressionValidator] > img
{
    display: inline-block;
    vertical-align: sub;
}
.btnSendSMSCode
{
    cursor: pointer;
    outline: none;
    border: none;
    background: #0685e6;
    padding: 6px 20px;
    border-radius: 3px;
    color: #ffff;
}
.btnSendSMSCode:hover
{
    background: #2196f3;
}

.geetest_float
{
    height: 38px !important;
}

.geetest_captcha .geetest_holder, .geetest_popup_wrap .geetest_holder 
{
    height: 38px !important;
}
