.booking_content {
	min-height:					511px;
}
.booking_background {
	background-image:			url('../img/booking/background.jpg');
	background-position:		top right;
	background-repeat:			no-repeat;
}
.booking_reduced_content {
	padding-top:				10px;
	padding-left:				20px;
	width:						530px;
}

/* Data boxes */
.booking_reduced_content .left {
	width:						290px;
	float:						left;
}
.booking_reduced_content .left span {
	padding-top:				3px;
	padding-bottom:				3px;
}
.booking_reduced_content .right {
	width:						220px;
	float:						right;
	/* padding-right:				5px; */
}

