.violet {
	color: #960057;
}
div.mbSmall {
	width: 120px;
	margin-left: 0;
}
div.booking_form input.text {
	font-family: Arial;
	width: 270px;
	border: solid 1px #9b9b9b;
	padding: 4px 0 0 17px;
	height: 22px;
	font-size: 12px;
}
div.booking_form ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
div.booking_form ul li {
	padding: 0 0 8px 0;
}
div.booking_form a {
	font-weight: bold;
}
div.form_left, div.form_right {
	width: 340px;
	float: left;
}
div.clear {
	clear: both;
	margin-bottom: 45px;
}
div.disclaimer {
	font-size: 80%;
}
div.divider {
	margin: 24px 0 24px 0;
}

div.dropdown_label {
	background-image: url('../images/btnDropdown.gif');
	background-repeat: no-repeat;
	background-position: right center;
	background-color: white;
	width: 270px;
	height: 22px;
	padding: 4px 0 0 17px;
	border: solid 1px #9b9b9b;
	cursor: pointer;
	font-size: 12px;
}
div.dropdown_items {
	display: none;
	position: absolute;
	background-color: white;
	width: 270px;
	padding: 8px 0 8px 17px;
	border: solid 1px #9b9b9b;
}
div.dropdown_items a {
	font-size: 12px;
	display: block;
	font-weight: normal;
	text-decoration: none;
}
div.dropdown_items a:hover {
	text-decoration: underline;
}
