@charset "utf-8";
/* CSS Document */

#booking_page_left {
	width: 400px;
	float: left;
	margin-right: 15px;
	padding-top: 20px;
}
#booking_page_right {
	float: left;
	width: 300px;
	padding-top: 20px;
}
#booking_page_right  a:hover {
	text-decoration: underline;
}
#booking_page_right  a {
	color: #A30803;
	text-decoration: none;
}
#booking_form {
	width: 650px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#booking_form form {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#booking_form table {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear_left {
	clear: both;
}
#printable1 {
	padding-left: 90px;
	padding-top: 10px;
}
