@charset "utf-8";
/* CSS Document */

#calc_apply_now a {
	display: block;
	height: 58px;
	background-color: #1B6F02;
}

#calc_apply_now2 {
	font-size: 2.3em;
}

#calc_apply_now2 a {
	text-decoration: none;
}

#calc {
	background-color: #8B1395;
	width: 90%;
	padding: 20px;
}
#calc h2 {
	margin: 0;
	height: 50px;
	background-color: #8B1395;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#calc .input {
	width: 200px;
}
#calc p {
	clear: both;
	color: #fff;
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
#calc label {
	display: block;
	float: left;
	width: 90px;
	margin-right: 5px;
}
#calc #total {
	padding-bottom: 20px;
	margin-bottom: 0;
	background-color: #8B1395;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#calc #calc_button {
	margin-left: 95px;
}
#calc_instructions {
	float: left;
	width: 300px;
}
#calc #mortgage_results {
	margin-top: 20px;
	height: 35px;
	background-color: #8B1395;
	background-repeat: no-repeat;
	background-position: 20px top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
#calc #results {

}
#calc #results p input {
	background: none;
	color: #FFFFFF;
	border: none;
	width: 200px;
}

