/* Calculator Style Reference */
div#calcBox {
	padding: 0px;
	margin: 0 auto;
	width: 449px;
	height: 174px;
	background: url(../images/center_calc_sep.gif) no-repeat 227px 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: 216px;
	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: 16px;
	position: absolute;
}

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

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

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

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

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

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

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

div#savingsPercLabel {
	top: 124px;
	right: 69px;
	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: 28px;
	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: 16px;
	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 */

div#mpgCalcBox {
	padding: 0px;
	margin: 0 auto;
	width: 449px;
	height: 86px;
	position: relative;
}

div#sor_txt {
	width: 124px;
	top: 3px;
	left: 32px;
	position: absolute;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

input#sor_fld {
	top: 1px;
	left: 159px;
	position: absolute;
}

div#gtfu_txt {
	width: 124px;
	top: 26px;
	left: 32px;
	position: absolute;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

input#gtfu_fld {
	top: 24px;
	left: 159px;
	position: absolute;
}

div#eor_txt {
	width: 128px;
	top: 3px;
	left: 238px;
	position: absolute;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

input#eor_fld {
	top: 1px;
	left: 369px;
	position: absolute;
}

input#mpgCalc_bttn {
	padding: 0px;
	margin: 0px;
	width: 131px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	top: 24px;
	left: 236px;
	position: absolute;
}

div#mpgResult_txt {
	width: 149px;
	top: 65px;
	left: 238px;
	position: absolute;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #e23001;
}

div#mpgResult_num {
	width: 33px;
	top: 65px;
	left: 377px;
	position: absolute;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #e23001;
	text-align: right;
}
