.bookartist_content {
	min-height: 404px;
}

* html .bookartist_content {
	height: 404px;
}

.booking_form {
	margin: 5px;
	width: 970px;
	background-color: #371377;
	padding: 10px;
}

* html .booking_form {
	width: 990px;
}

.booking_form_left {
	float: left;
	margin-right: 5px;
}

.booking_form_right {
	float: left;
}

.booking_select {
	height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	border: solid 1px #0a0a0a;
	background-color: #e5e5e5;
	padding: 2px;
}

.booking_field {
	width: 216px;
	height: 14px;
	border: solid 1px #0a0a0a;
	background-color: #e5e5e5;
	font-family: Tahoma;
	font-size: 11px;
	padding: 3px;
}

* html .booking_field {
	width: 222px;
	height: 20px;
}	

.booking_table td {
	padding: 1px;
	padding-bottom: 2px;
}
	