.n_registertab{
	width:100%;
}

.n_navtab {
    overflow: hidden;
    margin-top: 60px;
    width:100%;
}
ol, ul {
    list-style: none;
}

.n_navtab li.current {
    /* border-bottom: 5px solid #f3564e; */
    /* color: #f3564e; */
    width:25%;
    heigth:30px;
    background-color:#71A7EF;
    color:#fff;
}
.n_navtab li {
    float: left;
    width: 25%;
    line-height: 60px;
    border-bottom: 5px solid #eaeaea;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.n_formlefttab {
    /*padding: 10px;*/
}
.n_formlefttab {
    /*padding: 50px;*/
    margin-top: 60px;
    position: relative;
    min-height: 300px;
}
form {
    display: block;
    margin-top: 0em;
}


.n_formbox {
    padding-top: 30px;
    overflow: hidden;
    line-height: 40px;
    /*height: 42px;*/
}

.n_formbox label {
    float: left;
    width: 35%;
    text-align: right;
    line-height: 40px;
    font-size: 14px;
}
.n_formbox .n_inputbox {
    float: left;
    width: 290px;

    /*padding-left: 2%;*/
    position: relative;
    margin-left: 20px;
}
.n_formbox .n_inputbox .n_inputinput {
	float:left;
    /* width: 280px; */
    width:278px;
    height: 30px;
    font-size: 14px;
    color: #666;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: normal;
}


.input-text {
    width: 155px;
    height: 28px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    margin-left: -10px;
    padding: 4px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-weight: normal;
    float:left;
}


.validate-error {
    position: relative;
    /*top: -35px;*/
    /* left: 260px; */
    /*left:25%;*/
    float: left;
    padding-left: 25px;
    line-height: 0px;
}
.validate-error {
    color: #f00;
    line-height: 20px;
    white-space: nowrap;
    vertical-align: middle;
}
#phoneVerifyCode-error {
	top: 5px;
    /*left: -130px;*/
}





.n_inputbox .btn {
    border: none;
    line-height: 26px;
    float:left;
    margin-left:5px;
}
.btn:hover, .btn:focus, .btn {
    height: 40px;
}
.btn, .btn:hover, .btn:focus, .btn:active, .btn.active {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #71A7EF;
    color: #fff;
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.n_buttonbox {
   
    padding-top: 33px;
}
.n_buttonbox .n_button {
    width: 290px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    font-weight: bolder;
}
.n_button {
    display: inline-block;
    text-align: cente ;
    color: #fff;
    background-color:#f75053;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    float:left;
    margin-left:37%;
}
button, input, select, textarea {
    font-size: 100%;
    outline: none;
}