@charset "utf-8";
/* CSS Document */

/* interior widget */

.widget_outer {
  background: url("../images/50-Black.png") repeat;
  border: 0 solid #00FFFF;
  clear: none;
  height: 460px;
  margin-left: 20px;
  position: absolute;
  right: 14px;
  width: 220px;
	top:0px;
}

.widget{
	position:relative;
	margin:0 auto;
	width:231px;
	height:460px;
}

#booking-form{
	color:#fff;
	text-align:left;
	padding:14px;
	border:#00F 0px solid;
}

div.booking-title{
	font-size:1.7em;
	text-align:left;
}

#booking-form .booking_div{
	position:relative;
	margin-left:20px;
	clear:both;
	padding-top:4px;
	font-size: 0.9em;
}

#booking-form .slcts {
  float: left;
  margin-left: 26px;
  position: relative;
  width: 56px;
  clear: right;
	padding:10px 0px;
}


#booking-form .booking_button {
  margin-bottom: 10px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10px;
  width: 168px;
}

#booking-form input {
  background-color: #f3f3f3;
  border: medium none;
  border-radius: 4px;
  /*background:url(../images/booking/booking_input_field.png) no-repeat;*/
  height: 25px;
  line-height: 25px;
  padding-left: 4px;
  width: 160px;
  color: #000000;
}

.booking_buttom{
	position:relative;
	vertical-align:bottom;
	max-width:34px;
	max-height:25px;
	cursor:pointer;
	top:-2px;
}

#dateWrapper {
  background: url("../images/50-Black.png") repeat;
  border: 0 solid #FF00FF;
  color: #FFFFFF;
  display: none;
  height: 460px;
  position: absolute;
  right: 234px;
  width: 270px;
  top:0px;
}

img.imx{display:inline-block; margin-left:50px !important;}

select.bselectors{width:43px;}

div.booking_button a{
	margin-left:0px !important;
	display:block;
	height:23px;
	width:162px;
	background:url(../images/booking/booking_package_button.png) 0px 0px no-repeat;
}
div.booking_button a:hover{
	background:url(../images/booking/booking_package_button.png) 0px -23px no-repeat;
}

#booking-form #rezitf{
	background:#800004;
	color:#fff;
	border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	text-transform:uppercase;
	font-size: 1.0em;
	font-weight:bold;
}

#booking-form #rezitf:hover{
	background:#CBCAC5;
	color:#800004;
}
#booking-form #ratecal{
	background:#800004;
	color:#fff;
	border-radius:4px 4px 4px 4px;
	text-transform:uppercase;
	font-size: 1.0em;
	font-weight:bold;
	background-image: url(../images/booking/Rate-Calendar-off.jpg);
	background-repeat: no-repeat;
	background-position: 132px 6px;
	padding-right: 22px;
}

#booking-form #ratecal:hover{
	background:#CBCAC5;
	color:#800004;
	background-image: url(../images/booking/Rate-Calendar-on.jpg);
	background-repeat: no-repeat;
	background-position: 132px 6px;
	padding-right: 22px;
}