.select-inline {
    display: inline-block;
    width: 21.333% !important;
    margin-right: 1%;
}
.form-control{
	width: 66%;
    float: left;
    height: 40px;
}
.form-wizard .steps > li.active > a.step .number {
	background-color: #3CAF68;
}
.reg{
	margin: 0 auto;
    width: 960px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #D1D1D1;
    margin-bottom: 20px;
    background-color: white;    
}
.reg .subtitle{
	margin: 0px 10px 0 40px;
	font-family: 'Microsoft YaHei', NSimSun, SimSun;
	padding-top: 20px;
}

.tab-content {
    background: #fff;
    padding: 20px 30px;
    padding-top: 0;
    font-size: 15px;
}
.tab-content h3.tt3 {
    color: #B81010;
}
.form-wizard .steps > li.done > a.step .number {
    background-color: #3CAF6A;
    color: #fff;
}
.btac{
	text-align:center;
	margin-top:15px;
}
div.content-form-page {
	min-height:600px;
}
.zcxy{
	position: relative;
    padding: 14px;
    margin: 20px;
    border: 1px solid #ccc;
    height: 350px;
    background-color: white;
    color: #3A3A3A;
    OVERFLOW-Y: auto;
    OVERFLOW-X: hidden;
    margin-top: 0;
}
.details p{
	line-height:30px;
}
.btn-primary:hover {
    color: #fff !important;
}
h3.block,.tab-content .details h3  {
    font-family: 'Microsoft YaHei', NSimSun, SimSun;
}
.tab-content>.tab-pane span.tishi {
    display: inline-block;
    font-size:13px;
    text-align:left;
    line-height: 25px;
}
.tab-content>.tab-pane span.help-block {
    float: left;
    margin-left: 6px;
    font-size: 14px;
    height: 30px;
}
.form-horizontal .control-label span.require {
    color: #F00;
    font-size: 16px;
    margin-right: 2px;
}
.fa-smile-o:before {
    color: #3CAF6A;
    margin-right: 5px;
}
.fa-frown-o:before{
	color:#B81010;
	margin-right: 5px;
}
.tab-content .details p span.sucess {
    font-weight: 600;
    color: #3CAF6A;
}
.tab-content .details h3.error {
    color: #B81010;
}
.tab-content .details h3.sucess {
    font-size: 23px;
    color: #3CAF6A;
}
.form-horizontal .control-label {
    padding-right: 0;
}
.details>p>a {
    font-weight: 600;
}
button.btn1.button-back {
    padding: 1px 38px;
    background: #3598dc;
    border: none;
    color: #fff !important;
    border-radius: 4px;
    margin-top: 10px;
}
button.btn1.button-back:hover {
    background: #2386ca;
}

/*用人单位注册弹出框 from wxf */
.loginBox td.aui_center td.aui_main {
    padding: 25px 15px 0 0px;
}
.loginBox td.aui_center td.aui_icon {
    padding-top: 30px;
}
.loginBox td.aui_center {
    background: #FFF;
}
.aui_close {
/* display: block; */
/* position: absolute; */
/* text-decoration: none; */
/* outline: none; */
/* float: right; */
/* right: 0; */
/* font-size: 30px; */
/* color: #FFF; */
/* top: 0; */
/* padding: 6px 13px; */
}
.aui_title {
/* height: 50px; */
/* line-height: 50px; */
/* padding: 0; */
/* color: #FFF; */
/* font-weight: 700; */
/* background: #9E0D0D; */
/* font-size: 22px; */
/* text-align: center; */
}
.aui_titleBar {
/* bottom: 22px; */
}
