﻿.registerBody {
    padding-top: 39px;
    background: #f7faff;
    padding-bottom:50px
}

.registerTitle {
    font-size:24px;
    font-weight:bold;
    text-align:center;
    line-height:24px;
    margin-bottom:20px
}

.msg {
    background:#fff;
    width:930px;
    margin:0 auto;
    padding-top:17px;
    padding-bottom:20px;
    padding-left:20px;
}

dd {
   margin-left:0;
   display:inline-block
}

dt {
    display:inline-block;
    width:100px;
    text-align:right;
}

dd input {
    outline:none;
    height:30px;
    border:1px solid #ccc;
    padding-left:10px;
    border-radius:5px;
}

    dd input[type=checkbox] {
        height:13px;
    }

.regtitle {
    margin-left: 25px;
    font-size: 18px;
    line-height: 18px;
    color: #ff0000;
    font-weight:bold;
    padding-top:17px;
}

.regmsg {
    margin-left:25px;
    font-size:16px;
    line-height:1.5;
    margin-top:20px;
}