.fieldInfo {
    margin-top: 15px;
    /*overflow: hidden;*/
}
.fieldLabel {
    float: left;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding-right: 30px;
    text-align: right;
    width: 230px;
}
.fieldInputBox {
    float: left;
    height: 45px;
    position: relative;
    width: 320px;
}
.ajax_form input {
    border: 1px solid #DCDCDC;
    color: #999999;
    font-size: 16px;

}
.ajax_form input.on {
    border: 1px solid #FF6666;
    color: #999999;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.ajax_form i {
    background: url("/static/frontend/form/8.png") no-repeat scroll 0 0;
}
.fieldInfo .fieldInput {
    background: none;
    font-weight: 700;
    padding-left: 45px;
    position: relative;
    width: 245px;
    height: 40px;
    line-height: 40px;
}
.fieldaccInfo .fieldInput{
    padding-left: 5px;
    width: 300px;
    height:40px;
    line-height:40px;
}
.fieldInputBox .fieldIconBox {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 35px;
    left: 1px;
    padding-top: 2px;
    position: absolute;
    top: 2px;
    width: 45px;
    z-index: 4;
}
.fieldInputBox .fieldIcon {
    display: inline-block;
    height: 26px;
    left: 12px;
    position: absolute;
    top: 9px;
    width: 26px;
}
.fieldInputBox .fieldIcon.accName {
    background-position: -48px 2px;
}
.fieldInputBox .fieldIcon.accPass {
    background-position: -77px 2px;
}
.fieldInputBox .fieldIcon.accCap {
    background-position: -422px 2px;
}
.fieldInputBox .fieldIcon.accMsg {
    background-position: -259px 1px;
}
.fieldInputBox .fieldIcon.accEmail {
    background-position: -230px 1px;
}
.fieldInputBox .fieldValue {
    color: #CCCCCC;
    display: block;
    font-size: 16px;
    height: 26px;
    left: 45px;
    line-height: 26px;
    position: absolute;
    top: 9px;
    z-index: 2;
}
.fieldaccInfo .fieldValue{
    left:5px;
}
.fieldInputBox .fieldPointIcon {
    display: none;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 15px;
    z-index: 4;
}
.fieldInputBox .fieldPointIcon.fieldFalse {
    background-position: -162px 0;
}
.fieldInputBox .fieldPoint {
    color: #FFFFFF;
    display: none;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 37px;
    z-index: 5;
}
.fieldInputBox .fieldPoint.poiFalse {
    background: none repeat scroll 0 0 #ED787F;
}
.fieldInputBox .fieldPoint.poiTrue {
    background: none repeat scroll 0 0 #CCCCCC;
}
.fieldInputBox .submitInfo{
    color: #FFFFFF;
    display: none;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: -22px;
    z-index: 5;
    font-weight:bold;
}
.fieldInputBox .submitInfo.err{
    border:1px solid red;
    color:red;
}
.fieldInputBox .submitInfo.success{
    border:1px solid green;
    color:green;
}
.fieldInputBox .submitInfo i{
    width:20px;
    height:20px;
    float:left;

}
.fieldInputBox .submitInfo.err i{
    background-position: -162px 3px;
}
.fieldInputBox .submitInfo.success i{

    background-position: -137px 3px;
}
.fieldInputBox .fieldCap {
    display: inline-block;
    height: 34px;
    position: absolute;
    right: 55px;
    top: 4px;
    width: 74px;
}
.fieldInputBox .fieldCapIcon {
    background-position: -188px 0;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    position: absolute;
    right: 27px;
    top: 8px;
    width: 28px;
    z-index: 3;
}
.fieldBut {
    margin: 20px 0 0 260px;
}
.fieldInputBox .fieldSub {
    background: none repeat scroll 0 0 #2ecc71;
    border: medium none;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "微软雅黑";
    font-size: 18px;
    height: 42px;
    width: 302px;
}
.fieldRadioBox{
    float: left;
    height: 42px;
    position: relative;
    /*width: 302px;用户中心的地址超长。这里改为自适应*/
    line-height:42px;
}
.fieldRadioBox input{
    float:left;
    margin-top: 15px;
    margin-right: 10px;
}
.fieldRadioBox span{
    float:left;
    font-size:14px;
    margin-right:20px;
}

.fieldSelect li{
    float:left;
    padding-right:10px;
}
.fieldSelect select{
    padding:10px 10px;
    border:1px solid #e4e4e4;
    color:#888;
    font-weight:bold;
    width:90px;
}
/*注册*/
.main-form{
    padding-top:60px;
    background:#f2f2f2;
}
.reg-box{
    width:980px;
    padding:80px 30px;;
    overflow:hidden;
}
.form-box{
    margin:0 auto;
    background:#fff;
    border:1px solid #e4e4e4;
}
.login-left{
    width:600px;
}
.reg-left{
    float:left;
    width:650px;
    border-right:1px solid #e4e4e4;
}

.reg-right{
    float:left;
    padding:30px 30px;
}
.reg-right span{
    font-weight:bold;
}
.reg-left .fieldInputBox{
    height:60px;
}
.reg-left .fieldLabel{
    width:160px
}
.reg-left .fieldBut{
    margin-left:185px;

}
.reg-ad{
    width:250px;
    padding-top:20px;
}
a.btn{
    display:inline-block;
    padding:4px 15px;
    background:#2ecc71;
    color:#fff;
    font-weight:bold;
    margin-bottom:10px;
}
/*登陆*/
.login-box{
    width:1000px;
    position:relative;
    margin-bottom:80px;
}
.login-right{
    position:absolute;
    left:605px;
    top:0px;
    padding-top:20px;
    padding-left:50px;
}
.login-left a{
    display:block
}
.login-content{
    margin: 0 auto;
    width: 302px;
    overflow: hidden;
}
.login-right .fieldLabel,.login-content .fieldLabel{
    display:none;
}

.login-right .fieldBut,.login-content .fieldBut{
    margin-left:0px;

}
.login-right .fieldInputBox,.login-content .fieldInputBox{
    height:50px;
}
.login-right h2,.login-content h2{
    font-family: "Microsoft Yahei";
    font-weight: normal;
    color: #333;
    font-size: 24px;
    padding:20px 0px;
}
.login-content .login_tip{
    clear: both;
    overflow: hidden;
    position: relative;
    float: right;
}
.login-content .login_tip a{
    margin-left: 20px;
}
.login-content .login_tip a:hover{
    text-decoration: none;
}
.from-btn{
    background:#2ecc71;
    padding:6px 30px;
    position:absolute;
    right:0px;
    bottom:-27px;
}
.remeber{
    margin-right:150px;
    height:40px;
    line-height:40px;
}
.remeber input{
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.remeber label{
    margin-left:5px;
}
.from-btn a{
    color:#fff;
}
.checkButBox {
    height: 42px;
    left: 0;
    position: absolute;
    top: 0;
    width: 148px;
    z-index: 3;
}
.checkButBox .fieldCheckBut {
    background: url("/static/frontend/form/checkbutbg.jpg") repeat-x scroll left top;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    display: inline-block;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 146px;
}
.checkButBox .fieldCheckBut em {
    color: #cc0000;
    display: inline-block;
    font-style: normal;
    padding: 0 5px;
}
.fieldInfo .fieldCheck {
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    width: 148px;
    z-index: 3;
}
.fieldInfo .fieldInputChe {
    background: none repeat scroll 0 0;
    font-weight: 700;
    padding-left: 45px;
    position: relative;
    width: 74px;
    z-index: 3;
    height:38px;
}

button{
    background-color: #f3f3f3;
    white-space: nowrap;
    border: 1px solid #d1d1d1;
    color: #404040;
    overflow: hidden;
    text-align: center;
    height: 30px!important;
    display: inline-block;
    padding: 3px 10px!important;
    vertical-align: baseline!important;
    cursor: pointer;

}
input[type="file"]{
    border:none;
    padding-top:8px;
}
input[type="checkbox"]{
    vertical-align: middle;
}