.register {
	background: #eeeeee;
	height: 750px;
}

.register-progress {
	margin-top: 40px;	
}

.register-ps-form {
	padding-top: 70px;
	background: white;
	/*box-shadow: 2px 2px 3px #777777;*/
	height: 500px;
	border-radius: 4px;
	border-top-right-radius: 0;
}

.progress-wrap {
	margin-top: 18px;
	padding: 0px;
	width: 100%;
	height: 96px;
	padding-left: 200px;
}

.progress-wrap li {
	margin-top: 16px;
	list-style: none;
	float: left;
	width: 242px;
	height: 30px;
	position: relative;
}

.progress-wrap .progress-line {
	background-color: #b9b9b9;
	position: absolute;
	height: 8px;
	width: 100%;
	top: 13px;
	margin-left: 2px;
	transition: background-color 2s linear;
	-moz-transition: background-color 2s linear;
	-webkit-transition: background-color 2s linear;
	-o-transition: background-color 2s linear;
}

.progress-wrap .progress-content {
	position: absolute;
	text-align: center;
}

.progress-wrap .progress-content .progress-number {
	display: inline-block;
	*zoom: 1;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	border: 2px solid rgba(224, 224, 224, 1);
	font-family: tahoma;
	font-weight: bold;
	font-size: 16px;
	background-color: #b9b9b9;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2) inset;
	cursor: pointer;
}

.progress-wrap .progress-content .progress-text {
	position: absolute;
	font-size: 15px;
	width: 100px;
	top: 42px;
	color: #b9b9b9;
	text-align: left;
}

.progress-active {
	background: #ff7001 !important;
}

.progress-active-font {
	color: #ff7001 !important;
}

.icon-font-lg {
	font-size: 24px;
	margin-right: 20px;
}

