.violet {
	color: #104b78;
}

div.booking_form {
	margin-left: 25px;
}
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 {
	margin-left: 25px;
	font-size: 80%;
}
div.divider {
	background-image: url("../images/divider.gif");
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
	margin: 20px 0 20px 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;
}

div.enterButton {
	text-align: right;
	margin-right: 50px;
}
div.enterButton img {
	border: none;
}

span.lcd_title_blue { font-size: 24px; color: #104b78; }
span.lcd_title { font-size: 24px; }
div.lcdp { font-size: 14px; }

#grand_prize {
	margin: 20px 0 20px 25px;
}

#winner {
	margin-top: 20px;
	margin-left: 25px;
	font-size: 24px;
}
#winner span {
	color: #104b78;
}

#white_box {
	margin-top: 20px;
	background-color: White;
	border: solid 4px #d8d8d8;
	padding: 25px 12px 25px 21px;
}
div.white_box_title {
	font-size: 32px;
}
div.white_box_title span {
	color: #104b78;
}
div.white_box_title2 { font-size: 18px; margin-bottom: 12px; }
div.white_box_title3 { color: #104b78; margin-bottom: 12px; }

#additional_bookings_title {
	font-size: 24px;
	color: #104b78;
}