 

#booking-mask h2 {
	position: absolute;
	left: 10px;
	top: 10px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	color: #770D23;
}

#booking-mask .best-rates {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #770D23;
	font-weight: bold;
	margin-bottom:5px;
}

div.calendar {
	z-index: 10;
}

.booking-form p {
	text-transform: uppercase;
	text-align: center;
}


.booking-form label {
	display: block;
	margin: 0 0 4px;
	text-transform: uppercase;
}
.booking-form label,
.booking-form .go {
	font-size: 0.9em;
}
.booking-form input,
.booking-form select {
	border: 1px solid gray;
	font-size: 1.0em;
}
.booking-form input[type~="hidden"] {
	display: none;
}
.booking-form div.date,
.booking-form div.choose{
	float: left; _display: inline;
	margin-right: 10px;
}
.booking-form div.Gobutton {
	float: left; _display: inline;

}

.booking-form div.date {
	margin-top: 18px;
	position: relative;
}
.booking-form div.date label.format-helper {
	position: absolute;
	left: 0.5em;
	bottom: -1.7em;
	text-transform: lowercase;
}
.booking-form div.date input {
	float: left; _display: inline;
	padding: 2px 0.3em 4px;
	margin-right: 5px;
	width: 130px;
}
.rtl .booking-form div.date input {
	padding-left: 0;
	padding-right: 0.5em;
}
.booking-form img.date-picker {
	background: url(../images/calendar.gif) no-repeat 0 0;
	position: relative;
	top: 2px;
	cursor: pointer;
}
/*
.booking-form img.date-picker:hover {
	background-position: 0 -19px;
}
*/
.booking-form div.choose select {
	padding: 2px;
	width: 3.7em;
}
.booking-form .go {
	color: #565656;
	overflow: visible;
	float: left; _display: inline;
	margin: 0 2em 0 2em;
	border: 0 none;
	padding: 4px 1em;
	cursor: pointer;
	text-align: center;
}

