/* Calculator Style Reference */
/*div#calcBox {
	padding: 10px;
	width:560px;
	height:320px;
	margin: 0 auto;
	background-color:#fff;
}*/

#topCalcPortion {
	background:url(../images/landing/calculator.jpg) 0 0 no-repeat;
	margin:0px;
	width:164px;
	height:110px;
	float:left;
}

#topTextPortion {
	background:url(../images/landing/calculate_your_savings.gif) no-repeat;
	margin-left:-15px;
	width:365px;
	float:left;
	padding:35px 25px 0px 18px;
	font:Arial, Helvetica, sans-serif 14px;
	line-height:15px;
}


/*#cbox_column_container { margin:0px; width:615px; }*/

div#leftCalcPortion {
	margin: 0px 0 0 15px;
	width:218px;
	padding-right:15px;
	float:left;
}

div#rightCalcPortion {
	padding-left: 50px;
	margin: 0px;
	width:230px;
	text-align: right;
	float:left;
}

#your_details{
	background: url(../images/landing/your_details.gif) 0 0 no-repeat;
	width:107px;
	height:30px;
	margin:-10px 0px 10px 111px;
	
}

#your_savings{
	background: url(../images/landing/your_savings.gif) 0 0 no-repeat;
	height:30px;
	margin:-10px 0px 0px auto;
	width: 115px;
	
}

.calcTextField {
	margin-left:5px;
	background: #faffba;
	border:1px #bbbbbb solid;
	width: 42px;
	height:24px;
	font-size: 12px;
	line-height: 26px;
	float:left
}

.calcLabel {
	width: 166px;
	font-size:12px;
	line-height:26px;
	float:left;
	text-align:right;
}

select#vehicleTypeField {
	background-color:#faffba;
	border:#bbbbbb 1px;
	margin-bottom:6px;
	height:22px;
	width:218px;
	font-size:14px;
	line-height:17px;
}

input#savingsPercTextField {
	width: 30px;
}

div#savingsPerc {
	width: 12px;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	float: left;
}

input#calcButton {
	width: 171px;
	height:23px;
}

.calcResultLabel {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height:26px;
	text-align:right;
	float:left;
	padding-right:10px;
}
.calcEm { font-size: 16px; }

.calcResult {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align:right;
	line-height:26px;
	float:left; 
	color:#308030;
}

div#savingsWeeklyResult {
	font-size:17px;
}

div#savingsYearlyResult {
	font-size:17px;
}

div#recoupResult {

}

/* 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;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #e23001;
}

div#mpgResult_num {
	width: 33px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #e23001;
	text-align: right;
} */

