label {
    display: block;
    height: 36px;
    line-height: 36px;
}
.input-text {
    line-height: 20px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.input-text:hover {
    border-color: #aaa;
}
.input-text:focus {
    border-color: #79b5e4;
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    background-color: #f7fbfd;
}
.input-text.error {
    border-color: #ff4351;
    background-color: #fff8f0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-select {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
div.slogan-register {
    height: 240px;
    padding-top: 0;
    background: url(/public/images/register_slogan.jpg) no-repeat center center;
}
.slogan {
    position: relative;
    width: 100%;
    height: 465px;
    overflow: hidden;
    padding-top: 0;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.register-content {
    width: 800px;
    padding: 20px;
    margin: 0 auto;
}
.register-form {
    border: 1px solid #ddd;
    padding: 30px 30px;
    background-color: #fff;
    font-size: 14px;
}
.register-form .form-title {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    border-bottom: 2px solid #eee;
    font-size: 30px;
    color: #333;
    text-align: center;
}
.register-form .form-title span {
    position: relative;
    top: 18px;
    background-color: #fff;
    padding: 0 20px;
}
.form-fieldset legend {
    height: 20px;
    line-height: 20px;
    border-left: 3px solid #2497f0;
    padding-left: 15px;
    margin: 20px 0 20px 10px;
    font-weight: bold;
    font-size: 16px;
}
.form-fieldset .prompt {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-left: 10px;
}
.sign-star {
    display: inline-block;
    color: #f00;
    font-family: "Simsun";
}
.form-row {
    margin-bottom: 25px;
}
.form-row .form-label {
    float: left;
    width: 10em;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: right;
}
.form-row .label-item {
    float: left;
    width: 100px;
}
.form-col {
    position: relative;
    margin-left: 140px;
}
.form-col label {
    display: inline-block;
}
.form-col-2 {
    float: left;
    margin-left: 0;
    width: 200px;
    height: 32px;
    line-height: 32px;
}
.btn-submit {
    background: #ffa535;
    border: 1px solid #f99921;
    border-radius: 2px;
    color: #fff;
    font: 18px/48px "microsoft yahei";
    width: 258px;
    height: 48px;
    display: inline-block;
    text-align: center;
}
.clause-dialog {
    padding: 20px;
}
.clause-dialog h5 {
    font-size: 14px;
    color: #000;
    margin-bottom: 1em;
}
.clause-dialog p {
    margin-bottom: 10px;
}
.register-success {
    text-align: center;
    padding-top: 100px;
    height: 300px;
}
.register-success .title {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    border-bottom: 2px solid #eee;
    font-size: 30px;
    color: #83cb31;
    text-align: center;
}
.register-success .f16 {
    height: 20px;
    line-height: 20px;
    /* border-left: 3px solid #2497f0; */
    padding-left: 15px;
    margin: 20px 0 20px 10px;
    font-weight: bold;
    font-size: 16px;
}
.register-success a {
    display: block;
    width: 200px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 30px;
}
.register-success em {
    color: #2497f0;
}
.error {
    color: red;
    display: inline-block;
}