.booking_form {
	margin: auto;
	width: 650px;
}
/*
.booking_form input {
	background-color: transparent;
}
*/
.booking_form_table {
}
.booking_form_margin td {
	margin-top: 30px;
}
.booking_name {
	text-align: left;
	font-weight: bold;
	font-size: small;
	white-space: nowrap;
	color: #333;
	padding-right: 5px;
	padding-top: 3px;
}
.booking_name span {
	font-weight: normal;
	padding-left: 5px;
}
.booking_name a:link, .booking_name a:visited {
	text-decoration: underline;
	color: #00F;
}
.booking_name a:hover, .booking_name a:active {
	text-decoration: none;
	color: #00F;
}
.booking_value {
	font-size: small;
	text-align: left;
}
.booking_price {
	text-align: right;
}
.booking_price input {
	background-color: transparent;
	border: 1px solid #CCC;
}
.booking_price_subtotal {
	white-space: nowrap;
}
.booking_price_total {
	white-space: nowrap;
}
.booking_total_tr{
	background-color: #BFBFFF;
}
/*
.booking_form_table tr:hover {
	background-color: #BFBFFF;
}
*/
.booking_table_tr:hover {
	background-color: #f79646;
}

