﻿.register {
    margin-top: 25px;
    color: #666;
}

.register > div {
    padding: 40px 47px;
    border: 1px solid #d8d8d8;
    background: #fff;
    margin: 10px 0
}

.register_left {
    float: left;
    width: 595px;
    margin-right: 50px
}

.register_right {
    float: left;
    position: relative;
    top: 20px;
    height: 485px;
    border-left: 1px solid #d8d8d8;
    padding-left: 40px;
}

.login .register_right {
    height: 320px;
}

.register .title {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    margin-right: 20px
}

.register_tabs {
    height: 45px;
}

.register .line {
    border-top: 1px solid #d8d8d8;
    height: 0;
    width: 100%;
    margin: 0;
    position: relative;
    top: -9px
}

.register_tabs {
    z-index: 1;
    position: relative;
}

.register_tabs li {
    float: left;
    width: 120px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.register_tabs li a {
    text-decoration: none;
    color: #666666
}

.register_tabs li.active {
    background: url(../../images/common/reserve_title_hover.png);
    z-index: 2
}

.register_tabs li.active a {
    color: #fff
}

.register_content div form > div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.register_content div > span {
    width: 77px;
    margin-right: 10px;
    text-align: right;
    display: block;
    float: left;
    line-height: 40px
}

.register_content .tab_pane form > div {

    position: relative;
    clear: both\9;
}

.register_content .tab_pane div > label {
    margin: 10px 0 0 5px;
    position: absolute;
    left: 330px;
}

.register_content .tab_pane {
    padding-top: 30px;
    display: none;
}

.register_content > div:first-child {
    display: block
}

.register_content .tab_pane input[type="text"], .register_content .tab_pane input[type="password"] {

    width: 230px;
    height: 30px;
    +
    line-height: 30px;
    float: left
}

.register_content .tab_pane input[type="submit"], .register_content .tab_pane input[type="button"] {
    margin: 0 0 10px 0
}

.register_content .tab_pane input[type="submit"]+ a, .register_content .tab_pane input[type="button"]+ a {
    line-height: 40px;
    margin-left: 15px
}

.register_content .tab_pane input[type="checkbox"] {
    margin-right: 5px
}

.register_right span.w_btn {
    margin: 10px 0 25px 0
}

.login .btn.checkin {
    background: url(../../images/common/btn1.png) no-repeat 0px -40px;
    color: #fff;
    width: 100px;
    padding: 8px 25px;
    margin-right: 30px !important;
    text-shadow: none;
    font-size: 14px
}

.login .register_left {
    float: left;
    width: 535px;
}

.btn.checkin {
    background: url(../../images/common/btn2.png) no-repeat 0px 0px;
    color: #fff;
    width: 192px;
    padding: 8px 18px;
    margin-right: 30px !important;
    text-shadow: none;
    font-size: 14px;
}

.s_alert span {
    float: left;
    width: 20px !important;
    height: 20px;
    background: url(../../images/common/fs.png) -190px 0
}

.f_alert span {
    float: left;
    width: 20px !important;
    height: 20px;
    background: url(../../images/common/fs.png) -210px 0;
}

.f_alert {
    background: #fdeded;
    border: 1px solid #ff6662;
    padding: 5px 5px;
    margin-top: 4px !important;
    line-height: 20px;
}
/*======forget_pwd=====*/
.forget .step2 {
    line-height: 20px;
}
.hook {
    display: block;
    float: left;
    margin: 0 18px;
    width: 50px;
    height: 50px;
    background: url(../../images/common/fs.png) -230px 0;
}
.register_content  .reset_captcha_img {
    float: left;
    width: 77px;
    height: 38px;
    border: 1px solid #ccc;
    background: #fdef75;
    color: #e97017;
    font-size: 24px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}
.reset_captcha_refresh {
    float: left;
    margin: 10px 0 0 5px;
}
.register .error_message {
    color: #FF712E;
    font-size: 18px;
    line-height: 50px
}
.register .error_message i {
    display: block;
    float: left;
    margin: 0 18px;
    width: 50px;
    height: 50px;
    background: url(../../images/common/fs.png) -50px 0;
}
.register .success_message {
    color: #7ABD54;
    font-size: 18px;
    line-height: 50px
}
.register .success_message i {
    display: block;
    float: left;
    margin: 0 18px;
    width: 50px;
    height: 50px;
    background: url(../../images/common/fs.png) -230px 0;
}

