
div.calendar {
	z-index: 10; /* more than number of images in main visual */
}

#booking-form {
	color: black;
	font-size: 0.9em;
}

#booking-form .date {
	margin-bottom: 5px;
}

#booking-form .date-picker {
	position: relative;
	top: 2px;
	cursor: pointer;
	background: url(../images/calendar.gif) 0 0;
}
#booking-form .date-picker:hover {
	background-position: 0 -15px;
}

#booking-form input {
	width: 100px;
	font-size: 1em;
}

#booking-form label {
	display: block;
}

#booking-form div.choose {
	float: left; _display: inline;
	margin-right: 7px;
}
#booking-form div.choose select {
	width: 40px;
	margin-right: 2px;
	border: 1px solid gray;
}

#booking-form button {
	width: 100%;
	background-color: #bbb;
	border: 0 none;
	border-top: 1px solid black;
	margin-top: 7px;
	cursor: pointer;
}

