/*#################
Mortagage Calculator
#################*/
.calc_page {
	width:500px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.calculator {
	width: 500px;
	font-size: 13px;
}

.calculator .cheader h2 {
	margin: 0;
	font-size: 18px;
	color:#9E2B0E;
}

.calculator .row {
	clear: both;
}

.calculator .field1 {
	width: 175px;
	height: 50px;
	float: left;
}

.calculator .field2 {
	width: 75px;
	height: 50px;
	float: left;
}

.calculator .field3 {
	width: 200px;
	height: 50px;
	float: left;
}

.calculator .buttons {
	text-align: center;
}

.results {
	width: 500px;
	font-size: 13px;
}

.results .cheader h2 {
	margin: 20px 0 0 0;
	font-size: 18px;
	color:#9E2B0E;
}

.results .row {
	clear: both;
}

.results .field {
	width: 100px;
	float: left;
}
