body {
	 padding-bottom: 200px;
}
#ts-booking-panel {
	position:fixed;
	bottom:0;
	height:200px;
	width:100%;
	/*background: transparent url('../images/booking-panel/i-bg.jpg') repeat-x center bottom;*/
	background: #d6b38e url('../images/booking-panel/i-bg-beach.jpg') no-repeat center bottom;
	/*background: #a3c7e3 url('../images/booking-panel/i-bg-sky.jpg') no-repeat center bottom;*/
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:15px;
}
#ts-booking-panel fieldset {
	visibility: hidden;
	position:absolute;
	width:1px ;
	height:1px;
}
#ts-booking-panel p {
	margin: 0 0 10px 0;
	color:#000;
}
#ts-booking-panel a {
	color:#235F5A;
	text-decoration:none;
}
#ts-booking-panel a:hover {
	color:#000;
}
#ts-booking-panel h2 {
	font-family:verdana, sans-serif;
	background: transparent url('../images/booking-panel/i-speech-bubble.png') no-repeat 310px center;
	font-size:18px;
	color:#fff;
	margin:0; padding: 0;
}
.ts-head {
	background:#58A3A1;
	width:100%;
	height:46px;
	line-height:46px;
}
.ts-constrain {
	width:990px;
	margin: 0 auto;
}
.ts-head img {
	float:right;
}
.ts-lhs {
	background: transparent url('../images/booking-panel/i-overlay.png');
	float:left;
	width:445px;
	height:134px;
	padding: 20px 25px 0 25px;
}
.ts-form {
	float:right;
	width:475px;
	padding: 10px 0 10px 20px;
	color:#333;
}
#ts-booking-panel .ts-form h3 {
	color:#235F5A;
	font-size: 14px;
	margin:10px 0 15px 0;
}
.ts-form-column {
	float:left;
	width: 222px;
}
.ts-form-left-column {
	margin-right: 30px;
}
.ts-form label {
	float:left;
	width: 53px;
	margin-bottom: 7px;
}
.ts-form input, .ts-form textarea {
	width:150px;
	border: 1px solid #666;
	margin-bottom: 7px;
	font-size:11px;
	padding:3px;
}
.ts-form textarea {
	height:45px;
	width:161px;
}
.ts-form input.tssubmit {
	border: 0;
	background: #37726d url('../images/booking-panel/g-submit-overlay.png') no-repeat;
	color:#fff;
	height:27px;
	width:131px;
	margin: 0 0 0 91px;
	text-align:left;
	cursor:pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ts-form input.tssubmit:hover {
	background-color: #3f7e79;
}