/* Calculator Style Reference */
div#calcBox {
	padding: 0px;
	margin: 0 auto;
	width: 458px;
	height: 174px;
	background: url(../images/center_calc_sep.gif) no-repeat 230px center;
	position: relative;
}

div#leftCalcPortion {
	padding: 0px;
	margin: 0px;
	width: 229px;
	height: 174px;
	top: 0px;
	left: -1px;
	position: absolute;
	text-align: right;
}

div#rightCalcPortion {
	padding: 0px;
	margin: 0px;
	width: 224px;
	height: 174px;
	top: 0px;
	left: 232px;
	position: absolute;
	text-align: right;
}

.calcTextField {
	width: 42px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.calcLabel {
	width: 150px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

select#vehicleTypeField {
	padding: 0px;
	margin: 0px;
	width: 190px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	top: 30px;
	right: 12px;
	position: absolute;
}

div#mdpLabel {
	padding: 0px;
	margin: 0px;
	top: 58px;
	right: 65px;
	position: absolute;
	text-align: right;
}

input#mdpTextField {
	top: 56px;
	right: 12px;
	position: absolute;
}

div#mpgLabel {
	top: 80px;
	right: 65px;
	position: absolute;
	text-align: right;
}

input#mpgTextField {
	top: 78px;
	right: 12px;
	position: absolute;
}

div#cpgLabel {
	top: 102px;
	right: 65px;
	position: absolute;
	text-align: right;
}

input#cpgTextField {
	top: 94px;
	right: 12px;
	position: absolute;
}

input#cpgTextField {
	top: 100px;
	right: 12px;
	position: absolute;
}

div#savingsPercLabel {
	top: 124px;
	right: 65px;
	position: absolute;
	text-align: right;
}

input#savingsPercTextField {
	width: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	top: 120px;
	right: 24px;
	position: absolute;
	text-align: right;
}

div#savingsPerc {
	width: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	top: 122px;
	right: 12px;
	position: absolute;
	text-align: right;
}

.calcResultLabel {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
}

.calcResult {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #dc1707;
}

input#calcButton {
	padding: 0px;
	margin: 0px;
	width: 153px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	top: 32px;
	left: 12px;
	position: absolute;
}

div#savingsWeekly {
	width: 126px;
	top: 58px;
	left: 12px;
	position: absolute;
	text-align: left;
}

div#savingsWeeklyResult {
	width: 47px;
	top: 58px;
	left: 147px;
	position: absolute;
}

div#savingsYearly {
	width: 126px;
	top: 80px;
	left: 12px;
	position: absolute;
	text-align: left;
}

div#savingsYearlyResult {
	width: 47px;
	top: 80px;
	left: 147px;
	position: absolute;
}

div#costOf {
	width: 126px;
	top: 102px;
	left: 12px;
	position: absolute;
	text-align: left;
}

div#costOfResult {
	width: 47px;
	top: 102px;
	left: 147px;
	position: absolute;
}

div#recoup {
	width: 119px;
	top: 124px;
	left: 12px;
	position: absolute;
	text-align: left;
}

div#recoupResult {
	width: 60px;
	top: 124px;
	left: 134px;
	position: absolute;
}

/* eof Calculator Style Reference */
