@charset "utf-8";
/* CSS Document */

.user_flow {
	float: left;
	width: 100%
}

.user_flow .step {
	float: left;
	width: 33.3%;
	position: relative;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 6px solid #ccc;
	font-size: 16px;
}

.user_flow .step i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #DDD;
	color: #fff;
	border-radius: 50%;
	line-height: 20px;
	font-style: normal;
	font-size: 14px;
}

.user_flow  .active {
	color: #e23435!important;
	border-bottom: 6px solid #e23435!important;
}

.user_flow  .active i {
	background: #e23435;
}

.options_box {
	margin: 20px 0 40px 0;
	vertical-align: middle;
}

.options_box span {
	display: inline-block;
	width: 150px;
	text-align: right;
	color: #555;
	font-size: 14px;
	font-weight: bold;
}

.options_box input[type="text"] {
	display: inline-block;
	width: 200px;
	height: 28px;
	line-height: 28px;
	background: transparent;
	vertical-align: middle;
	text-indent: 20px;
	border: 1px solid #ccc;
}

.regCodeBtn {
	background: #f42828;
	border: none;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 3px;
	width: 90px;
	display: inline-block;
	text-align: center;
	cursor: pointer
}

.reg_submit {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #e23435;
	width: 260px;
	margin-top: 15px;
}
