body {
	background-repeat: no-repeat;
	background-color: #b09d87;
	margin: auto;
	background-position: center center;
}
.maincell {
	background-color: #00CC00;
	height: 100%;
	width: 100%;
	display: block;
}
.booking_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.booking_text a, .booking_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.booking_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #473624;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}


.booking_dropdown {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #473624;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
.thankyou_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.thankyou_txt a, .thankyou_txt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C3F280;
	text-decoration: none;
	font-weight: bold;
}
.thankyou_txt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

