.panel {
	margin: 0 0 30px 0;
	padding-bottom: 50px;
}

.progressBar {
	overflow: hidden;
	list-style: none;
	width: 930px;
	margin: 0 auto;
	padding: 50px 0;
}

.progressBar>li {
	float: left;
}

.progressBar>div {
	float: left;
	width: 150px;
	height: 1px;
	background: #ddd;
	margin: 12px 10px 0;
}

.progressBar>li>div {
	float: left;
	width: 27px;
	height: 27px;
	border: 1px solid #ccc;
	border-radius: 13px;
	text-align: center;
	line-height: 26px;
	color: #999;
	/*font-family: "微软雅黑";*/
	font-size: 13px;
	margin-right: 10px;
}

.progressBar>li>p {
	float: left;
	line-height: 27px;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.progressBar .progressBarActive>div {
	width: 26px;
	height: 26px;
	border: none;
	background: #579DDB;
	color: #fff;
}

.progressBar .progressBarActive>p {
	color: #333;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999 !important;
	font-size: 12px;
}

::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
	font-size: 12px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
	font-size: 12px;
}

::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999 !important;
	font-size: 12px;
}

.unifiedStyle {
	width: 600px;
	margin: 0 auto;
}

.unifiedStyle>div {
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 10px;
}

.unifiedStyle>h1 {
	/*font-family: "微软雅黑";*/
	font-size: 13px;
	color: #666;
}

.unifiedStyle input {
	width: 320px;
	height: 30px;
}

.leftText {
	float: left;
	width: 160px;
	text-align: right;
	line-height: 30px;
	margin: 0;
}

.rightInput {
	float: left;
}

.promise {
	display: block;
	overflow: hidden;
	width: 430px;
	margin: 0 auto;
	margin-top: 40px;
}

.promise>input {
	float: left;
	margin: 0;
	width: 13px !important;
	height: 13px !important;
}

.promise>p {
	float: left;
	/*font-family: "微软雅黑";*/
	font-size: 12px;
	color: #666;
	margin: 0;
	line-height: 13px;
	margin-left: 10px;
}

.promise>p>a {
	/*font-family: "微软雅黑";*/
	font-size: 12px;
	color: #579DDB;
}

.nextStepBtn {
	width: 140px;
	height: 30px;
	/*font-family: "微软雅黑";*/
	font-size: 13px;
	color: #fff;
	background: #004baa;
}
#divCaptcha {
	position: absolute;
	top: 4px;
	right: 25px;
	width: 90px;
	height: 28px;
}
.icon-right{
	position: absolute;
	top: 6px;
	right: 4px;
	width: 23px;
	height: 23px;
}
#code{
	background-color: #00aff0;
}
.enclosure .enclosure-btn > span {
	background-color: #00aff0;
	border-color: #00aff0;
}