body.iframe {
	background:#c5a161;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#6a2e1c;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.checkInDate {
	float:left;
	position: relative;
	left:10px;
	width: 115px;
	padding:0;
	clear: both;
	font-size:11px;
}
.checkInDate img {
	display:block;
	float:right;
	position: relative;
	padding:0;
}
.nights {
	float:left;
	position: relative;
	left:30px;
	padding:0;
	font-size:11px;
}
.adults {
	float:left;
	position: relative;
	left:10px;
	top: 5px;
	padding:0px 0;
	clear: both;
	height: 50px;
	font-size:11px;
}
.children {
	float:left;
	position: relative;
	left:30px;
	top: 5px;
	padding:0px;
	font-size:11px;
}

.bookingForm {
	border:solid 2px #ffffff;
	padding:0px;
	background-image: url(../images/back2.png);
	background-repeat: repeat;
	background-position: center center;
	font-family:Verdana, Helvetica, Arial, sans-serif; 
	font-size:10px;
}
.submitWrapper {
	float:left;
	display: block;
	position: relative;
	left:35px;
	padding:0 0 0px;
	top: 10px;
}
.title {
	font-size: 15px;
	font-weight: bold;
	position: relative;
	display: block;
	left:10px;
	top: 10px;
	height: 20px;
}
.bookingForm input {
	float:left;
}
.clearBoth {clear: both; height:50px; display: block; margin-bottom: 20px;}