/* CSS Document */

#mortcalc_wrapper {position:relative; margin-top: 15px;}
#mortcalc_wrapper, #mortcalc_wrapper form, #mortcalc_wrapper .formrow, #mortcalc_wrapper label, #mortcalc_wrapper input, #mortcalc_wrapper span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#mortcalc_form, #mortcalc_results {
	float: left;
	position: relative;
	width: 244px;
	height: 233px;
	padding-top: 2px;
	background: url(../images/calc_green.gif) top left no-repeat;
}
#mortcalc_results {
	background: url(../images/calc_yellow.gif) top left no-repeat;
}
#mortcalc_wrapper h3 {
	color: #FFF;
	font-size: 12px;
	letter-spacing: .061em;
	text-align: center;
	margin: 0;
	padding: 0;
}
#mortcalc_wrapper form {
	margin-top: 20px;
	height: 195px;
}
#mortcalc_results form {
	margin-top: 60px;
	height: 100px;
}
#mortcalc_wrapper .formrow {
	position: relative;
	margin-bottom: 15px;
}
#mortcalc_wrapper label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 15px;
}
#mortcalc_wrapper input#sales_price, #mortcalc_wrapper input#down_percent, #mortcalc_wrapper input#year_term, #mortcalc_wrapper input#annual_interest_percent {
	border: 1px solid #5d9732;
}

#mortcalc_results input#financed, #mortcalc_results input#down_payment, #mortcalc_results input#mo_payment {
	border: 1px solid #f0b310;
}

#mortcalc_form .formrow#subrow {
	position:absolute;
	left: 0;
	top: 206px;
}

#red_arrows {
	float: left;
	width: 66px;
	height: 233px;
	background: url(../../../images/icons/red_arrows.gif) 50% 50% no-repeat;
}

#mortcalc_wrapper label.red {
	font-weight: bold;
	color: #d31145;
}

#iom {
	position:absolute;
	bottom:12px;
	left: 15px;
}