/* 
	V Australia Booking Panel - Styles
	Revision number	:	1.0
   Last updated		:	01st Feb 2008
   Last updated by	:	Scott Mackenzie 
*/

/* @group Global
----------------------------------------------------------------------------------- */
#booking-panel {
	width: 211px;
	font-size: 85%;
}
#bp-tabs {
	height: 27px;
	background: transparent url(../images/tabs_bg.gif) no-repeat left top;
}
.bp-inner {
	padding-top: 12px;
	background: transparent url(../images/booking_panel_top_bg.gif) no-repeat left top;
}
.submit-outer {
	background: transparent url(../images/booking_panel_bot_bg.gif) no-repeat left bottom;
}
.booking-block {
	background: transparent url(../images/hsep.gif) repeat-x left bottom;
}
.diners {
	font-size: 82%;
	color: #555555;
	margin-top: 5px;
	line-height: 135%;
}
/* @end */