html{
    width: 100%;
    height: 100%;
}
#register_content{
    font-family:Microsoft YaHei;
    margin: 0px;
    width: 100%;
    height: 100%;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 12px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 12px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 12px;
}

#body_background_map {
    width: 100%;
    /*height: 85%;*/
    background: #ffffff url(../images/login/loginbg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 731px;
}

#footTable >tbody >tr>td>ul>li>a{
    color: white;
    text-decoration: none;
    font-size: 13px;
}
#footTable >tbody >tr>td>ul>li{
    display: inline;
    color: white;
}
#footTable >tbody >tr>td>ul{
    padding-left: 0px;
    margin: 0px;
}
#registerDiv{
    width: 560px;
    height: auto;
    overflow: hidden;
    background-size: cover;
    margin-top: 3%;
    margin-left: 35%;
    background-color: white;
}
#pointHome{
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 20%;
    margin-top: 7%;
    float: right;
    cursor: pointer
}
#register_title{
    font-size: 22px;
    font-weight: 400;
    color: rgba(67,67,67,1);
    line-height: 22px;
}
.LabelCss{
    height:18px;
    font-size:15px;
    font-weight:400;
    color:rgba(67,67,67,1);
    line-height:32px;
    display: inline-block;
    text-align:left;
}
.inputCss{
    font-family:Microsoft YaHei;
    width:326px;
    height:30px;
    border:1px solid rgba(204,204,204,1);
    margin-left: 15px;
    padding-left: 10px;
    margin-top: 2%;
}
#spanCss{
    width:198px;
    height:13px;
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:12px;
    vertical-align:middle;
    margin-top: 2%
}
#registerSubmit {
    width: 336px;
    height: 35px;
    cursor: pointer;
    border: 0px;
    font-size: 18px;
    color: white;
    margin-top: 15px;
}
#endSpan{
    font-size:13px;
    font-weight:400;
    color:rgba(119,119,119,1);
    line-height:12px;
    color: #1883EB;
}
.errorTd{
    height: 21px;
    text-align:left;
    padding: 0px;
}
.validateError{
    font-size: 12px;
    color: red;
    line-height: 12px;
    padding-left: 20px;
}
#pBusinessId>div{
    max-height: 98%;
}
.start-png{
    color: #c50c0c;vertical-align: middle;padding-right: 5px;
}