div.calendar {
	z-index: 10;
}

span.rateslabel {
	font-size: 1.8em;
	display: block;
}

span.reservlabel {
	font-size: 1.1em;
}

#booking-mask form {
	margin: 0 15px;
	padding-top: 8px;
}
#booking-mask label {
	display: block;
	margin: 0 0 4px;
	text-transform: uppercase;
}
#booking-mask label,
#booking-mask img.date-picker,
#booking-mask .go {
	font-size: 0.8em;
}
#booking-mask input,
#booking-mask select {
	border: 1px solid gray;
	font-size: 1.0em;
}
body#page_spa #booking-mask input, 
body#page_spa #booking-mask select {
border:1px solid #1F39AA;
}

#booking-mask input[type~="hidden"] {
	display: none;
}
#booking-mask div.date,
#booking-mask div.choose {
	float: left; _display: inline;
	margin-right: 10px;
}
#booking-mask div.date {
	position: relative;
}
#booking-mask div.date label#date-format-helper {
	position: absolute;
	left: 0.5em;
	bottom: -1.7em;
	text-transform: lowercase;
}
#booking-mask div.date input {
	padding-left: 0.5em;
	padding-bottom: 3px;
	margin-right: 5px;
	width: 7.7em;
}
.rtl #booking-mask div.date input {
	padding-left: 0;
	padding-right: 0.5em;
}
#booking-mask img.date-picker {
	position: relative;
	top: 3px; _top: 1px;
	cursor: pointer;
}
*:first-child+html #booking-mask img.date-picker { top: 1px; }
#booking-mask img.date-picker:hover {
	background-position: 0 -15px;
}

#booking-mask div.choose select {
	padding: 0px;
	width: 3.7em; /* WARNING! Allowing for Safari's need for wide select boxes: for font-size which evaluates to 9px, use 4.4em;  for 11px, 4.1em;  for 12px, 4em */
}
#booking-mask .go {
	float: left; _display: inline;
	width: 80px;
	margin: 10px 0 0 0;
	border: 0 none;
	overflow: visible;
	cursor: pointer;
	text-transform: uppercase;
	
	position: relative;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 3px; _background-position: 0 0;
	height: 23px; _height: 20px;
	font-size: 0.8em; _font-size: 0.9em;
	top: -3px; _top: 0;
}
*:first-child+html #booking-mask .go { height: 20px; font-size: 0.9em; background-position: 0 0; top: 0 }
#booking-mask .go:hover,
body#page_spa #booking-mask .go:hover {
	color: white;
}

