#main_wrapper #mainbody_wrapper .mainbody .column_main #content_wrapper #booking_form_wrapper {
	margin: 20px 0px 0px;
	padding: 0px;
}
#main_wrapper #mainbody_wrapper .mainbody .column_main #content_wrapper #booking_form_wrapper .booking_form {
	margin: 0px;
	padding: 0px;
}
#main_wrapper #mainbody_wrapper .mainbody .column_main #content_wrapper #booking_form_wrapper .booking_form fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_wrapper #mainbody_wrapper .mainbody .column_main #content_wrapper #booking_form_wrapper .booking_form .booking {
	margin: 0px;
	padding: 0px;
	width: 565px;
}
#main_wrapper #mainbody_wrapper .mainbody .column_main #content_wrapper #booking_form_wrapper .booking_form .booking .inventory_qty .quantity {
	width: 20px;
	border: 1px solid #3C63B1;
}
#main_wrapper #mainbody_wrapper .mainbody .column_main #content_wrapper #booking_form_wrapper .booking_form .booking .inventory_qty label {
	width: 76px;
	display: block;
	float: left;
	padding-top: 4px;
	text-align: right;
	padding-right: 5px;
}
.continue {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.continue #continue_btn {
	/* This part hides the original button. */
background-color: transparent;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	/* This part defines its new look. */
background-image: url(../mainimages/navigation/continue_btn.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 85px;
	height: 24px;
	max-width: 85px;
	max-height: 24px;
	margin: 0px;
	cursor: pointer;
}

