@charset "utf-8";
/* CSS Document */

body, input, textarea, select { font-size: 14px; }
h2 { font-size: 18px; }
h3 { font-size: 17px; }

#sedans .vehicleList p {
	min-height: 168px;
	height:auto!important; height:168px;
}
#convertibles .vehicleList p {
	min-height: 189px;
	height:auto!important; height:189px;
}
#suvs .vehicleList p {
	min-height: 252px;
	height:auto!important; height:252px;
}
#hybrids .vehicleList p {
	min-height: 231px;
	height:auto!important; height:231px;
}
#finance .blurb {
	height: 12ex;
}
#LBLSelectVehicle, #LBLState, #LBLSelectModel, #LBLPostcode {
	margin-top: 4px;
}
#pricingSubmit {
	margin-top: 2px;
}
#vehicleSelect, #stateSelect, #modelSelect, #pricingSubmit, #postcodeTextBox {
    padding-top:12px;
}
.pricing #validationMessage p {
	padding-top: 5px; 
}
#is .blurb { height: auto !important; height: 12.5em; min-height: 12.5em; }
#loginform { width: 340px; }
