/* 论坛报名 */

.container {
    width: 100%;
    background: #ffffff;
}

.bannerBox {}

.sign {
    width: 700px;
    margin: 0 auto;
    padding-top: 20px;
}

.signTitle {
    width: 140px;
    height: 40px;
    background-color: #003987;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}


/* 报名表格表单 */

.signTable {
    background-color: #666;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border: none;
}

tr {
    display: table-row;
    vertical-align: inherit;
}

#signForm table {
    border: 0;
    display: block;
    padding-bottom: 10px;
}

#signForm input {
    border: 0;
    cursor: pointer;
    text-align: left;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

#signForm select {
    font-size: 14px;
}

#signForm h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 400;
}

.signContent {
    width: 750px;
    margin: 20px auto 20px 0px;
}

.signContent {
    font-size: 14px;
    color: #003399;
}

.signContent p {
    font-size: 14px;
    color: #003399;
    margin-bottom: 5px;
}

.signContent p:first-child {
    font-weight: bold;
}

.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url('../images/error.png') left center no-repeat;
}

.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url('../images/right.png') left center no-repeat;
}


/* 提交、重置按钮 */

#submitBtn {
    width: 60px;
    background-color: green;
    color: aliceblue;
    height: 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

#clearData {
    width: 60px;
    background-color: red;
    color: aliceblue;
    height: 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

.mrTd25 {
    display: block;
    margin-right: 25px;
}

#signForm .overh {
    padding-bottom: 30px;
}