@charset "utf-8";
/* CSS Document */

body, input, textarea, select { font-size: 16px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }

#convertibles .vehicleList p {
	min-height: 240px;
	height:auto!important; height:240px;
}
#suvs .vehicleList p {
	min-height: 312px;
	height:auto!important; height:312px;
}
#hybrids .vehicleList p {
	min-height: 288px;
	height:auto!important; height:288px;
}
#finance .blurb {
	height: 12ex;
}
#LBLSelectVehicle, #LBLState, #LBLSelectModel, #LBLPostcode {
	margin-top: 6px;
}
#pricingSubmit {
	margin-top: 3px;
}
#vehicleSelect, #stateSelect, #modelSelect, #pricingSubmit, #postcodeTextBox {
    padding-top:11px;
}
.pricing #validationMessage p {
	padding-top: 3px; 
}
#is .blurb { height: auto !important; height: 14.5em; min-height: 14.5em; }
#loginform { width: 360px; }
