/* Booking box */

.top_left {
	background-image:url(/images/img.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:250px;
}
.top_right {
	background-image:url(/images/img.png);
	background-repeat:no-repeat;
	background-position:right top;
	width:240px;
	height:10px;
	margin-left:10px;
}
.bottom_left {
	background-image:url(/images/img.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:10px;
	width:250px;
}
.bottom_right {
	background-image:url(/images/img.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:10px;
	width:240px;
	margin-left:10px;
}
.content {
	background-image:url(/images/img.png);
	background-repeat:repeat-y;
	background-position:right center;
	padding-right:10px;
	margin-left:10px;
}
