@charset "utf-8";
/* CSS Document */

h2.span {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color:#484848;
}
.main-heading {
	width:100%;
	padding-left:20px;
	font-family: 'Open Sans', sans-serif;
}
.multistep {
	width:98%;
	margin-top:10px;
	margin-left:2%;
	font-family: 'Open Sans', sans-serif;
}


.multistep-form {
	width:100%;
	float:left;
	padding-top: 10px;
	font-family: 'Open Sans', sans-serif;
}
.multistep-form .left-section {
	border:none;
}
/* multistep*/

       
        .prev, .next {
	 background: none repeat scroll 0 0 #0977B7;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 13px;
    text-decoration: none;
}
.prev:hover, .next:hover {
	 background: none repeat scroll 0 0 #0977B7;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 13px;
    text-decoration: none;
}
.next {
	margin:3px 4px;
}
.step-button {
	float:left;
	display:block;
	margin:10px;
	 width:100%;
}
#steps {
	list-style:none;
	width:100%;
	overflow:hidden;
	margin-top:0px;
	padding:0px;
}
#steps li {
	float:left;
	color:#fff;
	background-image:url(../images/mid-disable.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	width:180px;
	padding:7px 25px;
	text-align:center;
}
#steps li:first-child.current {
	float:left;
	color:#fff;
	background-image:url(../images/first-select.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	width:180px;
	padding:7px 25px;
	text-align:center;
}
#steps li:first-child.previous {
	float:left;
	color:#484848;
	background-image:url(../images/first-visted.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	width:180px;
	padding:7px 25px;
	text-align:center;
}
#steps li.current {
	float:left;
	color:#fff;
	background-image:url(../images/mid-active.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	width:180px;
	padding:7px 25px;
	text-align:center;
}
#steps li.previous {
	float:left;
	color:#484848;
	background-image:url(../images/mid-visted.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	width:180px;
	padding:7px 25px;
	text-align:center;
}
#steps li:last-child {
	color:#fff;
	background-image:url(../images/last-disable.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	width:180px;
	padding:7px 25px;
	text-align:center;
}
#steps li:last-child.current {
	color:#fff;
	background-image:url(../images/last-active.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	width:180px;
	padding:7px 25px;
	text-align:center;
}
#makeWizard {
	background-color:#b0232a;
	color:#fff;
	padding:5px 10px;
	text-decoration:none;
	font-size:18px;
}
#makeWizard:hover {
	background-color:#000;
}
