@charset "utf-8";
/* CSS Document */
.form label{
	display: block;
	float: left;
	width: 60px;
	text-align: right;
	margin-right: 10px;
	font-size: 18px;
	color: #666;
	position: relative;
	top: 2px;
}
.form.details label{
	width: 100px !important;
}
.form .input{
	clear: both;
	margin-bottom: 5px;
}
.form .small{
	width: 20px;
}
.tour_detail{
	margin: 0px 15px 20px 0px;
}
.col_right{
	padding-top: 10px;
}
.tour_detail .detail{
	font-size: 18px;
}
.tour_detail .detail.description{
	font-size: 14px !important;
}
input.large, select.large{
	margin: 2px 0px !important;
}
input.img_submit.reserve_tour{
	position: relative;
	left: 66px;
	top: 10px;
}
.form.details input.img_submit.reserve_tour{
	left: 105px;
	top: -5px;
}
.bottom{
	padding-top: 20px;
}
.reservations.form{
	position: relative;
	left: 50px;
	width: 450px;
}
.children{
	float: right;
	margin-right: 210px;
}
.adults{
	width:120px;
	float:left;
}
.count_cont{
	height: 24px;
	clear: both;
	margin-bottom: 5px;
}
fieldset{
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 16px 20px;
	width: 450px;
}
fieldset legend {
	font-size: 18px;
	color: #666;
	border: 1px solid #ccc;
	padding: 2px 3px;
}
.passenger{
	margin-bottom: 20px;
}
.error-message{
	margin: 0px 0px 10px 70px;
	color: #BE0404;
}
.form.details .error-message{
	margin: 0px 0px 10px 110px !important;
}
#checkout_btn{
	margin: 30px 0px 10px 430px;	
}
#checkout_btn a{
	display: none;
}
.terms{
	margin-left:415px;
	width: 130px;
	font-size: 10px;
	
}
#cal1Container{
	width: 300px;
	height: 170px;
	margin: 0px 0px 10px 70px;
}

input.img_submit.authorize{

	width: 137px;
	height: 29px;
	margin: 0px;
	margin-left: 110px;
	padding: 0;
	border: 0;
	background: url(../img/authorize_btn.png) no-repeat center top;
	cursor: pointer;

}
p.explanation{
	margin-left: 110px;
}
input.img_submit.complete_purchase{
	width: 127px;
	height: 29px;
	margin: 0px;
	margin-left: 415px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	background: transparent  url(../img/complete_purchase_btn.png) no-repeat center top;
	cursor: pointer;

}
.receipt_details dl{
	margin-left: 30px;
}
.receipt_details dt{
	font-weight: bold;
	font-size: 16px;
}
.receipt_details dd{
	margin-bottom: 10px;
	margin-left: 20px;
}
.receipt_details #list_1{
	width: 260px;
	float: left;
}
.receipt_details #list_2{
	width: 260px;
	float: left;
}
.image_radio input{
	clear:none;
	float:none;
}
.image_radio label{
	clear:none;
	float:none;
	display: inline;
}
.image_radio label img{
	vertical-align: middle;
}
.image_radio div{
	margin-bottom: 5px;
}
.image_radio{
	display: block;
	width: 300px;
	float: left;
}

