/* Calculator Styles */

#calculator_calculator {
	background: url(calculate_bg_middle.jpg) repeat-y;
	width: 310px;
	position: relative;
	height: 580px;
}

#calculator_calculator_top {
	background: url(calculate_bg_top.jpg) no-repeat top;
	display: block;
	height: 20px;
	width: 310px;
}

#calculator_calculator_graphic {
	background: url(calculate_icon.jpg) no-repeat;
	display: block;
	height: 83px;
	width: 58px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 9999999;
}

#calculator_calculator_content {
	width: 200px;
	position: absolute;
	top: 20px;
	left: 90px;
}

#calculator_calculator_bottom {
	background: url(calculate_bg_bottom.jpg) no-repeat bottom;
	display: block;
	height: 20px;
	width: 310px;
}

#calculator_calculator_content fieldset {
	font: 11px verdana,arial,sans-serif;
	color: #333;
	padding: 8px 5px 8px 5px;
	display: block;
}

#calculator_calculator_content label {
	font: bold 11px verdana,arial,sans-serif;
	color: #333;
}

#calculator_monthly_payment {
	display: block;
	padding: 15px;
	background: #DCE2E7;
	margin: 10px 0 10px 0;
}

#calculator_calculator h1 {
	background: url(title_calculate.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 189px;
	height: 37px;
	padding: 0 0 10px 0;
}
.style16 {
	FONT: 9px Arial, Tahoma, Verdana; FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000000; TEXT-ALIGN: center
}

