
div#flat-book-intro{
	background: #eaf1fa;
	margin: 10px 30px 0 30px;
	padding: 0 0 10px 10px;
	/*width: 820px;*/
}
div#flat-book-intro h1 {
	margin: -10px 0 0 -30px;
	height: 50px;
	background: url(/images/label_flat_booking.gif) no-repeat;
	text-indent: -2000px;
}
div#flat-book-thanks {
	background: #eaf1fa url(/images/bg_lightblue.gif) repeat-y;
	margin: 10px 0 50px 20px;
	padding: 0 0 10px 30px;
}
div#flat-book-thanks p {
	padding: 0 10px 0 0;
}
div#flat-book-thanks h1 {
	margin: -10px 0 0 -55px;
	height: 95px;
	background: url(/images/label_thankyou.gif) no-repeat;
	text-indent: -2000px;
}

form#booking-form {
	margin: 0;
	padding: 0;
}
form#booking-form fieldset {
	width: 320px;
	float: left;
	border: 0;
	padding: 0;
	margin: 30px 0 0;
}
form#booking-form h2#label-your-details {
	background: url(/images/label_yourdetails.gif) no-repeat;
	height: 43px;
	text-indent: -2000px;
	margin: 0 0 30px 10px;
	padding: 0;
}
form#booking-form div.row {
	clear: both;
	margin: 0 0 5px;
	height: 1%;
}
form#booking-form label {
	float: left;
	width: 80px;
	margin: 0 0 0 40px;
	padding: 0;
	text-transform: uppercase;
	color: #1D556E;
}
form#booking-form fieldset input {
	width: 186px;
	background: #D9E6F6;
	padding: 2px;
	border: 0;
}
form#booking-form textarea {
	width: 190px;
	height: 50px;
	background: #D9E6F6;
	border: 0;
}
form#booking-form div.label {
	float: left;
	display: inline;
	width: 80px;
	margin: 0 0 0 40px;
	padding: 0;
	text-transform: uppercase;
	color: #D90009;
}
form#booking-form div.data {
	width: 181px;
	padding: 0 2px 4px 5px;
	color: #D90009;
	text-transform: uppercase;
	border-bottom: 4px solid #D9E6F6;
	float: left;
}

form#booking-form a#book-now {
	display: block;
	float: right;
	margin: 30px 30px 20px 0;
	background: url(/images/but_booknow.gif) no-repeat;
	width: 178px;
	height: 73px;
	text-indent: -2000px;
}
form#booking-form a#book-now:hover {
	background-position: 0 -75px;;
}

div#select-dates {
	width: 475px;
	float: right;
	margin: 30px 0 0;
	padding: 0;
}
div#select-dates h2 {
	background: url(/images/label_selectdates.gif) no-repeat;
	height: 35px;
	margin: 0 0 20px 130px;
	text-indent: -2000px;
}

div#dates-panel {
	background: #EAF1F9;
	width: 430px;
	margin: 0 0 30px;
}
div#dates-panel div.dates-row {
	clear: left;
	height: 1%;
	padding: 2px 0 0;
	margin: 0 0 0 35px;
	position: relative;
}
div#dates-panel h3#price {
	text-indent: -2000px;
	background: url(/images/label_booking_price.jpg) no-repeat;
	float: left;
	margin: 24px 0 0;
	padding: 2px 5px;
	height: 25px;
	width: 70px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 60px;
	height: 21px;
}
div#dates-panel div#day-names {
	float: left;
	background: #1A79B0 url(/images/bg_book_days.gif) no-repeat;
	color: #fff;
	height: 46px;
	padding: 0 0 0 25px;
	width: 259px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 234px;
}
div#dates-panel div#day-names span {
	display: block;
	float: left;
	width: 30px;
	padding: 20px 0 0;
}

div#dates-panel span.sel {
	width: 20px;
	display: block;
	float: left;
}
div#dates-panel span.price {
	padding: 2px 5px;
	margin: 0 12px 0 0;
	float:left;
	background: #fff;
	color: #D90009;
	width: 75px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 65px;
}
div#dates-panel div.booked span.price {
	background: #D90009;
	color: #fff;
}
div#dates-panel span.day {
	padding: 2px 5px;
	text-align: right;
	display: block;
	float:left;
	width: 30px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 20px;
}
div#dates-panel span.odd-month {
	color: #155C86;
	background: #CEDFF1;
}
div#dates-panel span.even-month {
	color: #155C86;
	background: #fff;
}
div#dates-panel div.booked span.day {
	color: #fff;
	background: #155C86;
}
div#dates-panel div.selected span.price, div#dates-panel div.selected span.day {
	color: #fff;
	background: #01AD4E;
}

div#dates-panel span.month {
	position: absolute;
}

div#dates-panel br {
	clear: both;
}