<!—
/* Adjust the width of the booking engine */
div#abe_default {
width:750px; margin:auto;
}
/* Customise font style */
div#abe_STEP1 table tr td {
font-family:Arial, Helvetica, sans-serif; font-size:12px;
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:12px; color:#003366;
border:1px solid #91bced;
height:19px;
}
/* Customise title – pickup and dropoff */
div#abe_STEP1 table tr td.title {
border-bottom:1px solid #003366;
}
/* Customise search button */
div#abe_STEP1 table tr td input#abe_searchButton {
background-color:#f05122;
border-width:2px;
border-color:#f7b6a4 #730600 #730600 #f7b6a4;
font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#ffffff;
height:32px;
}
div#abe_STEP1 table tr td input#abe_searchButton.disabled {
background-color:#ce2829;
border-width:2px;
border-color:#d06f4c #730600 #730600 #d06f4c;
}
/* 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(icon_cal.gif);
}
-->