﻿.regForm {
    border: 1px solid #f0f0f0;
}
.regForm .regForm_title {
    border-bottom: 1px solid #e5e5e5;
    height: 88px;
    padding: 0 36px;
    overflow: hidden;
}
.regForm .regForm_title h3.left {
    color: #ee7700;
    font-size: 18px;
    height: 88px;
    position: relative;
    line-height: 100px;
}
.regForm .regForm_title h3.left:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 3px;
    background: #f19233;
    bottom: -1px;
    left: 0;
}
.regForm .regForm_title>.right {
    margin-top: 40px;
}
.regForm_form {
    margin: 20px 36px 30px 36px;
}
#regTable {
    width: 100%;
}
#regTable th {
    color: #f19233;
    font-size: 24px;
    font-weight: normal;
    height: 62px;
    background: #f5f5f5;
}
#regTable td {
    font-size: 14px;
}
#regTable .tt {
    text-align: center;
    font-size: 16px;
    width: 234px;
}
#regTable .tt span {
    position: relative;
}
#regTable .tt span b {
    color: #ff0000;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -6px;
}
#regTable td input[type="text"] {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 10px;
    width: 628px;
}
#regTable .t2 td input[type="text"] {
    width: 205px;
}
#regTable td table {
    width: 100%;
}
#regTable td .tt {
    width: 99px;
    border-right: 1px solid #d2d2d2;
}
#regTable td p {
    color: #8c8c8c;
    font-size: 14px;
    margin: 6px;
}
#regTable td textarea {
    width: 628px;
    padding: 5px 10px;
    font-size: 14px;
    height: 110px;
    border: 0;
    resize: none;
}
#myDownload {
    background: url(../images/downing.png)center no-repeat;
    width: 40px;
    height: 32px;
    display: inline-block;
    margin-left: 18px;
}
.regForm_form .mark span {
    color: #ee7700;
    font-size: 14px;
    display: block;
    text-align: left;
}
.regForm_form .mark {
    margin-top: 23px;
    text-align: right;
}
.regForm_form .mark input[type="button"] {
    width: 213px;
    height: 49px;
    font-size: 20px;
    background: #ee7700;
    color: #fff;
}

