
#fare_estimate {
	float: right;
	width: 271px;
	height: 170px;
	background: url('../images/fare-estimator/gr_fare-estimate-bg.jpg') no-repeat 0 0;
	display: inline;
	margin-top: 10px;
}


#fare_estimate_price {
	display: block;
	margin: 45px 0 0 0;
	font-size: 80px;
	font-weight: normal;
	color: #FFF;
	vertical-align: top;
	text-align: center;
}

#fare_estimate_dollar {
	font-size: 40px;
	vertical-align: top;
	margin-top: 12px;
	display: inline-block;
}

#fare_estimate_form {
	display: inline;
	float: left;
	width: 370px;
	margin: 10px 0 20px 0;
}

#fare_estimate_form label {
	float: left;
	display: inline;
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	clear: left;
	height: 24px;
	line-height: 24px;
	margin: 1px 0 6px 0;
}

#fare_estimate_form select {
	width: 180px;
	float: left;
	display: inline;
	margin: 4px 0 6px 0;
	font-size: 12px;
	font-weight: normal;
}

#fare_estimate_form input {
	width: 215px;
	float: left;
	display: inline;
	margin: 0 0 6px 0;
	border: 1px solid #d3d3d3;
	background: #FFF;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
}

#fare_estimate_form #buttons {
	display: inline;
	float: right;
}



#route_map {
	clear: both;
	display: block;
	border: 1px solid #d3d3d3;
	margin: 0;
	height: 526px;
	background: url('../images/fare-estimator/gr_route-map-bg.jpg') no-repeat 11px 11px;
}

#route_map #google_map {
	margin: 87px 0 0 16px;
	width: 620px;
	height: 368px;
}



