/* styles for booking form */
.airportOptions, .hotelCheckIn, .roomType1, .roomType2, .numberOfCars {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.parkingTo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	width: 220px;

}

/* the text  */
.cp {
}
/*
.parkingArrive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 12px;
	position: relative;
	color: #00CCFF;
}

.parkingDepart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9966;
}
*/

.parkingFrom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
	width: 200px;
}/*on the form */

.submitContainer {
padding-top:20px;
}
