#msform {
	margin: 50px auto;
	position: relative;
}

#msform fieldset {
	
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 15px;
	box-sizing: border-box;
	width: 960px;
	
	/*stacking fieldsets above each other*/
	
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}

#content_top li.active {
	color: #2c3240;
}

.left label.error, .right label.error {
	display: block;
	display: none;
}

input.error {
	background: rgba(255, 0 , 0, .3)
}

#fieldset1 {
	height: 15px;
	
}

/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}

#progressbar {
	padding: 40px 0 0 0;
}
#progressbar li {
	background: url(../images/wizard_arrow.png) right center no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin-left: 60px;
	font-size: 1.8em;
	padding-right: 45px;
	color: #747474;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}

.next, .submit {
	background: transparent url(../images/next_btn.png) no-repeat;
	border: none;
	box-shadow: none;
	text-indent: -999em;
	cursor: pointer;
	width: 101px;
	height: 32px;
	float: right;
	margin: 0 4px 0 0;
}

.submit {
	background: transparent url(../images/submit_btn.png) no-repeat;
}

.previous {

}

/************************SCHEDULE A SIGNING************************/

.left  {
	width: 410px;
	float: left;
	margin-bottom: 40px;
}

.left input, .left textarea, .left select, .right textarea {
	float: right;
	margin-bottom: 0;
}

.left label, .right label {
	text-align: right;
	height: 27px;
	margin-bottom: 20px;
	display: inline-block;
	width: 172px;
	color: #41444c;
}

.right {
	float: right;
	width: 460px;
}

.right p {
	text-align: left;
}

.right label {
	width: 220px;
	margin-right: 10px;
}

.signing_header {
	display: block;
	text-align: left;
	margin: 20px 0 10px 0;
}

/************************BORROWER INO************************/

#borrow {
	clear: both;
}

#banner_signing {
	background: url(../images/banner_signing.jpg);
	background-size: cover;
}

#content_top.signing_content {
	padding: 0;
}

#required_key {
	background: url(../images/required_star.png) left center no-repeat;
	clear: both;
	text-align: left;
	padding-left: 17px;
	margin-bottom: 45px;
	margin-left: 140px;
}

#OtherContactInfo {
	resize: none;
	height: 60px;
}

#borrow_location {
	text-align: left;
	margin-bottom: 25px;
	color: #a7b9cc;
	background: #41444c;
	padding: 10px;
	line-height: 1.6em;
}

#sign_location {
	margin-bottom: 40px;
	margin-top: -5px;
}

/************************SIGNING INO************************/

#signing_info {
	clear: both;
}

#loan_type_header {
	text-align: right;
	float: left;
	width: 160px;
	margin-top: 5px;
	padding: 5px 0;
	border-right: 1px solid #c2cadc;
	box-shadow: 1px 0 0 #888e9b;
	padding-right: 20px;
	margin-left: 60px;
}

#loan_types {
	float: left;
	width: 645px;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 40px;
}

#loan_types input {
	width: 10px;
	height: 12px;
	border: none;
	box-shadow: none;
 
}

#loan_types label {
	margin-right: 25px;
}

#signing_info_left {
	width: 440px;
}

#signing_info_left label {
	width: 195px;
}

#ship_acct, #ship_info {
	margin-top: 45px;
}

#ShippingInstructions, #OtherComments {
	height: 200px;
	resize: none;
	margin-bottom: 20px;
}

p#escrow_info {
	margin-top: -5px;;
}

/************************INVOICE INO************************/

#invoice {
	clear: both;
	
}

p#invoive_desc {
	margin-bottom: 40px;
}

#invoice_right p {
	margin-bottom: 20px;
}

.thankyou {
	background: url(../images/beehive_texture.jpg);
	height: 600px;
	color: green;
	padding-top: 250px;
	color: #2c3240;
}
