/* BOOKING.CSS */

html {
	margin-bottom: 0;
}

body#bd {
	text-align: left;
}

fieldset {
	padding: .75em .75em 0;
	margin-bottom: 20px;
	border: 1px solid #85B0DE;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 15em;
	margin: 0 .75em .75em 0;
}

.inputbox, .checkbox, .required, .unit {
	margin: 0 .75em .75em 0;
	float: left;
}

.checkbox {
	margin-top: .25em;
}

form br {
	clear: both;
}

.required {
	color: #900;
}

.button {
	margin-bottom: .75em;
}