<!—
/* Adjust the width of the booking engine */
div#abe_default {
width:250px; margin:auto;
}
/* Customise font style */
div#abe_STEP1 table tr td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#003366;
}
div#abe_STEP1 table tr td select,
div#abe_STEP1 table tr td input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003366;
	border:1px solid #91bced;
	height:19px;
}
/* Customise title – pickup and dropoff */
div#abe_STEP1 table tr td.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* Customise search button */
div#abe_STEP1 table tr td input#abe_searchButton {
	background-color:#153E56;
	border-width:2px;
	border-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:32px;
	font-weight: bold;
}
div#abe_STEP1 table tr td input#abe_searchButton.disabled {
	background-color:#153E56;
	border-width:2px;
	border-color:#FFFFFF;
	float: right;
}
/* Customise the image of the calendar */
div#abe_STEP1 table tr td input#abe_calendarPickupButton,
div#abe_STEP1 table tr td input#abe_calendarDropoffButton
{
	background-image:url(images/calendar.gif);
}
