.Menu {  font-size: large; font-weight: bold}
.formtext { color: blue }

/*	Booking Box Styles */

#banner_booking{
	width:200px;
	background: #900;
	font-size: 0.9em;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
    margin: auto 
}
.clear{ clear:both}
#booking_title{ font-weight:bold; font-size:1.5em}
#Dep{ font-weight:bold}

/* SEARCH BOX */
#checkoutLbl, #checkinLbl {
width:40px;
}
#DdCheckinDay, #DdCheckOutDay{
width:40px;
}
#DdCheckinMonth, #DdCheckoutMonth{
width:70px;
}
#checkinLbl, #checkinDay, #checkinMonth, #checkoutLbl, #checkoutDay, #checkoutMonth {
float:left;
padding-right:5px;
}
#accubookCheckInRow, #accubookCheckOutRow, #accubookSearchRow {
clear:both;
padding:2px;
width: 200px;
}
#accubookCheckInRow1, #accubookCheckOutRow1, #accubookSearchRow {
clear:both;
padding:2px;
}
#accubookSearchButton {
text-align:right;
width:50px;
}
#accubookSearchForm {
width: 165px;
}
