#register .headDiv,#creatApply .headDiv{
	position: relative;
	background-color: #f9f9f9;
	padding:10px 30px;
}
#register .headDiv table,#creatApply .headDiv table {
	margin:0;
}
#register .headDiv table td,#creatApply .headDiv table td{
    background-color: #f9f9f9 !important;
	border:0;
}
#register .headDiv table td.active span,#creatApply .headDiv table td.active span{
    background-color: #44B549;
}
#register .headDiv table td span,#creatApply .headDiv table td span{
	position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #C2C3C4;
    border: 10px solid #f9f9f9
}
#register .headDiv table td p,#creatApply .headDiv table td p{
    color: #9e9f9f;
}
#register .headDiv .line,#register .headDiv .line1,#creatApply .headDiv .line,#creatApply .headDiv .line1{
    position: absolute;
    border-top: 3px solid #c2c3c4;
    top: 47px;
    left: 22%;
    z-index: 0;
    width: 30%;
}
#register .headDiv .line,#register .headDiv .line1{
    width: 23%;
}
#register .headDiv .line1{
    left: 51%;
    width: 25%;
}
#creatApply .headDiv .line1{
    left:52%;
}
#register .headDiv .line.active,#register .headDiv .line1.active,#creatApply .headDiv .line.active,#creatApply .headDiv .line1.active{
    border-color:#44B549;
}
#register .remind,#creatApply .remind,#update .remind{
    color:#c1c2c3;
    display: block;
    /*padding:0 200px;*/
}

#register .form,#creatApply .form,#update .form{
    border:1px solid #e6e6e6;
    padding: 30px 45px;
}
#register .form,#creatApply .form{
    border-top:0;
}
#register .form-group,#creatApply .form-group,#update .form-group{
    margin:0;
}
#register .form .leftEl,#creatApply .form .leftEl,#update .form .leftEl{
    float: left;
    padding: 0;
    height: 34px;
    width: 200px;
    text-align: left;
    line-height: 34px;
    padding-left: 50px;
}
#register .form .rightEl,#creatApply .form .rightEl,#update .form .rightEl{
    display: inline-block;
    width: 500px;
}
#register .addImgDiv,#creatApply .addImgDiv,#update .addImgDiv{
    float:left;
    width:300px;
    margin-right:20px;
}
#register .egDiv,#creatApply .egDiv,#update .egDiv{
    float: left;
}
#register .egDiv .topDiv,#creatApply .egDiv .topDiv,#update .egDiv .topDiv{
    height:94px;
}
#register .egDiv .topDiv,#register .egDiv .bottomDiv,#creatApply .egDiv .topDiv,#creatApply .egDiv .bottomDiv,#update .egDiv .topDiv,#update .egDiv .bottomDiv{
    border-left: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-left: 40px;
}
#register .box,#creatApply .box,#update .box{
    margin-top:20px;
}
#register textarea,#creatApply textarea,#update textarea{
    resize:none;
}
#register .smallLogo,#creatApply .smallLogo,#update .smallLogo{
    width:28px;
    height:28px;
}
#register .logo,#creatApply .logo,#update .logo{
    width:108px;
    height:108px;
}
#register button,#creatApply button,#update button{
    width:110px;
}

#register .theType,#creatApply .theType,#update .theType{
    margin-top:10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#register .checkIt,#creatApply .checkIt,#update .checkIt{
    cursor: pointer;
    width: 110px;
}
#register .checkIt input,#creatApply .checkIt input,#update .checkIt input{
    font-size: 18px;
    margin-right:10px;
}
#register .btnSuccess,#creatApply .btnSuccess,#update .btnSuccess{
    margin-top:20px;
}
#register .okIcon,#creatApply .okIcon{
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background-color: #44B549;
    float: left;
    margin-right: 15px;
}

#register .selectDiv select{
    margin-left:10px;
    padding:5px;
    width:100px;
    text-align: center;
    border-radius: 4px;
}
#register .icon-email{
    text-align: center;
    line-height: 55px;
    position: absolute;
    left: 140px;
    color: #fff;
    font-size: 30px;
    background-color: #00AEEF;
    width:50px;
    height:50px;
    border-radius: 50%;
}

#creatApply .choose,#update .choose{
    padding:10px;
}
#creatApply .choose span,#update .choose span{
    margin-right:15px;
}
#creatApply .choose span input,#update .choose span input{
    margin-right:10px;
}
#creatApply .addImgDiv img,#update .addImgDiv img{
    display: block;
    margin: 10px 0;
    max-width: 100%;
}






























