
div.calendar {
	z-index: 10;
}

.booking-mask p {
	float: left; _display: inline;
	text-transform: uppercase;
	margin: 0 30px 0 0;
}

.booking-mask label {
	display: block;
	margin: 0 0 4px;
	text-transform: uppercase;
	color: white;
}
.booking-mask label,
.booking-mask .go {
	font-size: 0.9em;
}
.booking-mask input,
.booking-mask select {
	border: 0;
	font-size: 1.0em;
	margin-bottom: 8px;
}
.booking-mask .treatments select {
	width: 19em;
}
.booking-mask input[type~="hidden"] {
	display: none;
}
.booking-mask input.text,
.booking-mask textarea {
	padding: 0.1em 18px 0.1em 0.5em;
	width: 11.5em;
	border: 0;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 1em;
}
.booking-mask input.dimmed {
	color: gray;
}
.booking-mask div.date,
.booking-mask .choose {
	float: left; _display: inline;
	margin-right: 10px;
}
.booking-mask .guests {
	float: right; _display: inline;
	margin: 0;
}
.booking-mask div.date {
	position: relative;
}
.booking-mask div.date input {
	padding: 0.1em 0.5em;
	width: 11em;
	margin-right: 18px;
}

.booking-mask img.date-picker {
	position: absolute;
	bottom: 8px;
	left: 12em;
	background: url(../images/calendar.gif) no-repeat 0 0;
	cursor: pointer;
}
.booking-mask img.date-picker:hover {
	background-position: 0 -19px;
}

.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 {
	background-color: #4D2E03;
	color: white;
	overflow: visible;
	position: absolute;
	bottom: 1em;
	right: 1.3em;
	margin: 0;
	border: 0 none;
	cursor: pointer;
	padding: 1px 3px 1px 4px;
	text-transform: uppercase;
}

