/*----Mortgage calculator css only----*/
.lf {float:left}
.label {font-weight:bold}
.apr {background:url(/images/percent.jpg) top right no-repeat}
.years {background:url(/images/years.jpg) top right no-repeat}
.error {background-color:#88050B !important; color:#ffffff;}
.mortgage-principal, .total-payments, .monthly-payments, .price, .down-payment, .apr, .years, .calc-button {
	height:20px;
	margin-bottom:10px;
}

.price input, .down-payment input {
	float:right;
	border:1px solid #999999;
	width:108px;
}
.apr input, .years input {
	float:right;
	border:1px solid #999999;
	width:68px;
	margin-right:40px;
}
.calc-button {
	text-align:right;
}
.mortgage-principal input, .total-payments input, .monthly-payments input  {
	width:80px;
	border:1px solid #999999;
	float:right;
}
	
