/* CSS Document */

.register {
    width: 898px;
    background: #fff;
    border: 1px solid #F3F3F3;
    padding: 20px 30px 35px;
    margin: 20px auto 0;
    position: relative;
}

.register p {
    text-align: right;
    height: 30px;
    line-height: 30x;
}

.register p a {
    color: #005aa0
}

.register table tr td {
    height: 60px;
    color: #c4c4c4
}

.register table tr td .bkx {
    width: 320px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #E8E8E8;
}

.register table tr td label {
    color: #f30
}

.register table tr td .bkx.xbk {
    width: 200px
}

.register table tr td .qi {
    width: 100px;
    height: 32px;
    border: 1px solid #ECECEC;
    background: #F8F8F8;
    line-height: 32px;
    text-align: center;
    margin-left: 10px;
    display: inline-block
}

.register table tr td .zc {
    width: 320px;
    height: 34px;
    line-height: 34px;
    font-family: "微软雅黑";
    background: #F2546B;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
    border: 0px;
    cursor: pointer;
}

.register table tr td .quyu {
    width: 460px;
    height: 130px;
    padding: 5px;
    margin-top: 8px;
    border: 1px solid #E8E8E8;
    line-height: 24px
}

/* 弹出框 */
.tan {
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    margin-top: -25px;
    margin-left: -120px;
    font-size: 24px;
    top: 20%;
    left: 50%;
    background-color:#F2546b;
    border-radius: 5px;
    color: #fff;
}