
* {margin: 0; padding: 0;}

#msform {
	width: 900px;
	margin: 30px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background:#eee;
	border: 0 none;
    height:400px;
    padding:70px 30px;
	width: 80%;
	margin: 0 7%;    	position: absolute;
}
#msform fieldset:not(:first-of-type) {
	display: none;
}
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
#msform .action-button {
	width: 120px;
	background: #1E9BD1;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
	padding: 6px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #1E9BD1;
}
.fs-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 40px;
	
	line-height:40px;
	
	
}

.fs-title  span{

	font-size: 28px;

	text-transform: uppercase;

	color: #000;

	margin-bottom: 40px;
	
	line-height:60px;
	
	

}
.fs-subtitle {
	font-weight: normal;
	font-size: 18px;
	color: #B70C0C;
	margin-bottom: 20px;
	
	height:30px;
	
	line-height:30px;
}
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	width: 5%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 14px;
	color: #333;
	background: #eee;
	border-radius: 15px;
	margin: 0 auto 5px auto;width:30px;height:30px;line-height:30px;
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #eee;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; width:30px;height:30px;line-height:30px;
}
#progressbar li:first-child:after {     content: none; 
}
#progressbar li.active:before,  #progressbar li.active:after{
	background: #1E9BD1;
	width:30px;height:30px;line-height:30px;
	color: white;
}        .black_overlay{             display: none;             position: absolute;             top: 0%;             left: 0%;             width: 100%;             height: 100%;                        z-index:1001;            }         .white_content {             display: none;             position: absolute;             top: 0%;             left: 0%;             width: 100%;             height: 100%;             padding: 100px;             font-size:28px;            background-color: #eee;             z-index:1002;             overflow: auto;         } 				 .anniu {	width: 120px;	background: #1E9BD1;	font-weight: bold;	color: white;	border: 0 none;	border-radius: 5px;	cursor: pointer;	padding: 6px 5px;	margin: 10px 5px;		display:block;
	
	margin:auto;	}.anniu a{color:#fff;font-size:12px;text-decoration:none;display:block;}.anniu:hover, #msform .anniu:focus {	box-shadow: 0 0 0 2px white, 0 0 0 3px #1E9BD1;text-decoration:none;}
