body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
    margin: 0;
    padding: 0;
    font-family: "Adobe ºÚÌå Std R",SimHei,"Helvetica Neue", Helvetica, Arial, sans-serif;
}

ol,ul,li{
    list-style: none;
}

a{
    text-decoration: none;
    display: inline-block;
    color: #393b3d;
}

img{
    border:none;
    display: block;
}

.clearfloat{
    zoom:1;
}

.clearfloat:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height:0;
}
.w-80{display:inline-block;width:91px;text-align: right;
    color: #777b83;}
.w-231{width:231px;height:32px;border:1px solid #98bbd6;background:#dceff9;display: inline-block; }
.register-wrap{
    max-width:1584px;
    min-width: 1138px;
    margin:0 auto;
}
.f-all{
    padding-top: 14px;

}
/*header*/
.re-header{
    width:100%;
    height:132px;
    background: url("/regsys/static/images/register-head.png") no-repeat top center;
    position: relative;
}
.re-head{
    position: absolute;
    width:550px;
    margin-top:180px;
    margin-left:80px;
    color:red;
    font-size:14px;
    font-weight:500;
}
/*main*/
.re-main{
    width:100%;
    background: url("/regsys/static/images/main-bg.png");
}

.re-content{
    width:945px;
    height:524px;
    margin:0 auto;
    position: relative;

}
.re-content .re-form{
    width: 390px;
    background: #ffffff;
    float: right;
    position: relative;
    border-radius: 5px;
    padding-bottom: 27px;
}
.form-wrap{
    position: absolute;
    bottom:0;
    right: 0;
}
.re-fcontent{
    padding:0 30px;

}
.re-shadow{
    position: absolute;
    top:0;
    left: -58px;
    width: 58px;
    height:481px;
    background: url("/regsys/static/images/register-1.png") no-repeat;
}
.form-head{
    width: 100%;
    height: 25px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background: url("/regsys/static/images/form2_03.png") repeat-x;
}
.form-user{
    width:100%;
    font-size: 18px;
    padding:3px 0 15px 40px;
    background: url("/regsys/static/images/peoplerg.png") no-repeat;
}
.form-ufb{
    height:5px;
    background: url("/regsys/static/images/register-3.png") repeat-x;
}
.form-ufb2{
    margin-top: 25px;
    margin-bottom: 13px;
}
.f-username{
    padding-top: 18px;
}

.form-sub input{
    width:76px;
    height:36px;
    color: #ffffff;
    font-size: 14px;
}

.form-sub .submit-register{
    background: #274f9f;
    border:#00236f;
    border-radius: 3px;
    margin-left: 88px;
}
.form-sub .submit-reset{
    background: #ff9d23;
    border:#d07300;
    border-radius: 3px;
    margin-left: 28px;
}
/*re-footer*/
.re-footer{
    width:100%;
    background: url("/regsys/static/images/register-footer.png") repeat-x;
    text-align: center;
    color: #393b3d;
    font-size: 15px;
    font-family: "ËÎÌå";
    padding-top: 33px;
}

.re-footer .re-fr1 a{
    margin-right: 7px;
}
.re-footer .re-fr2{
    padding:13px 0;
    margin-bottom: 15px;
}
.re-footer .re-fr3{
    padding-bottom: 25px;
}

.re-fcontent p{
    font-size: 12px;
    /*text-align: center;*/
    float: right;
    /*display: none;*/
}
.register-input{
    position: relative;
    width:231px;
    height:32px;
    /*border:1px solid #98bbd6;*/
    background:#dceff9;
    display: inline-block;

}
.register-input input{
    width:230px;
    height:32px;
    border:1px solid #98bbd6;
    background:#dceff9;
}

.register-input p{
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 9px;
    color: red;
    font-size: 14px;
}
#checkCode{
	position: relative;
    left: 32px;
    top: -19px;
}

.remind{
	color:red;
	font-style:normal;
}

.remindCheck{
	position: relative;
    left: -63px;
}
