/* ------------------------- START BOOKING MASK AND NEWSLETTER ------------------------- */
div.availability-checker {
	font-weight: bold;
	font-size: 0.9em;
}
div.availability-checker form {
	position: relative;
	/* zoom: 1; */
	float: left;
	font-size: 0.8em;
}
div#newsletter form {
	font-size: 1.1em;
}
/* START EASY CLEARING */
div.availability-checker form:after,
div.availability-checker div.date:after,
div#newsletter form:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END EASY CLEARING */
div.availability-checker label,
div#newsletter label {
	text-transform: none;
}
div.availability-checker label,
div.availability-checker img.datepicker,
div.availability-checker .go,
div#newsletter .go {
	display: inline;
	/*font-family: Verdana, sans-serif;*/
	/*text-transform: uppercase;*/
}

div#newsletter label {
	/*font-family: "Times New Roman", Times, serif;*/
	color: #007AC2;
}

div.availability-checker input,
div.availability-checker select {
	border: 0 none;
	font-size: 1.1em;
}
div#newsletter input {
	border: 0 none;
	font-size: 0.9em;
	background-color: #ffffff;
	margin-right: 5px;
}
div.availability-checker input[type~="hidden"] {
	display: none;
}

div.availability-checker div.date,
div.availability-checker div.choose,
div.choosehotel, div#newsletter div.email-entry {
	float: left; _display: inline;
	margin-right: 1px;
	margin-top: 0px;
}

div.availability-checker div.date label#date-format-helper {
	text-transform: lowercase;
}
div.availability-checker div.date input {
	background-color: #87bee0;
	color: #ffffff;
	padding-left: 0.5em;
	width:88px;
	margin-right: 5px;
	font-size: 9px;
	margin-bottom: 6px; /* aligning FF with IE below */
}
* html div.availability-checker div.date input {
	margin-bottom: 0px;
}
*:first-child+html div.availability-checker div.date input {
	margin-bottom: 0px;
}

.rtl div.availability-checker div.date input {
	padding-left: 0;
	padding-right: 0.5em;
}
div.availability-checker img.datepicker {
	display: inline;
	vertical-align: bottom;
	margin-right: 5px;
	border: 0 none;
	width: 20px;
	height: 17px;
	cursor: pointer;
	margin-bottom: 4px; /* aligning FF with IE below */
}
* html div.availability-checker div.date input {
	margin-bottom: 0px;
}
*:first-child+html div.availability-checker div.date input {
	margin-bottom: 0px;
}

div.availability-checker div.choose select {
	padding: 1px;
	display: inline;
	border: 0 none;
	background-color: #87bee0;
	color: #ffffff;
	margin-right: 5px;
	font-size: 9px;
	width: 4.1em; /* WARNING! Allowing for Safari's need for wide select boxes: for font-size which evaluates to 9px, use 4.4em;  for 11px, 4.1em;  for 12px, 4em */
}

div.availability-checker div.choosehotel select {
	padding: 1px;
	border:0 none;
	display: inline;
	background-color: #87bee0;
	color: #ffffff;
	margin-right: 5px;
	font-size: 9px;
	width: 12.1em; /* WARNING! Allowing for Safari's need for wide select boxes: for font-size which evaluates to 9px, use 4.4em;  for 11px, 4.1em;  for 12px, 4em */
}

div#newsletter div.email-entry input {
	width: 117px;
}

div.availability-checker button.submit {
	float: left;
	background: transparent;
	border: none;
	color: #007AC2;
	font-size: 12px;
	font-weight: bold;
	font-family: "Gill Sans", "Lucida Grande", sans-serif;
	cursor: pointer;
	padding: 0px;
}

div.availability-checker .go {
	/*background: #7E0000 url(../images/arrow.gif) no-repeat scroll top left; _behavior: url(/iepngfix.htc);*/
	background-color: #ffffff;
	position: relative;
	top: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	font-size: 1em;
	/* text-indent: -9999px; /* IE<=7 */
/*	line-height: 9999px; /* IE<=7 old method which fails in IE6 when using AP; text-indent should be more reliable */
}

div#newsletter .go {
	/*background: #7E0000 url(../images/arrow.gif) no-repeat scroll top left; _behavior: url(/iepngfix.htc);*/
	background-color: #ffffff;
	color: #007AC2; 
	float: right; _display:inline;
	top: 0px;
	width: 30px;
	height: 16px;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	/* text-indent: -9999px; /* IE<=7 */
/*	line-height: 9999px; /* IE<=7 old method which fails in IE6 when using AP; text-indent should be more reliable */
}

div.availability-checker .go {
	margin-right: 0; _margin-right: -15px; /* IE<=6 3-pixel jog bug */
	_margin-top: 1em; /* strange discrepancy */
}

div.availability-checker a {
	color: #41acdd;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}
*:first-child+html div.availability-checker .go { /* a Bad Hack to target current browser IE7 */
	_margin-top: 1em; /* strange discrepancy */
}
div#newsletter .go {

}
div.calendar {
	z-index: 10;
}

/* -------------------------- END BOOKING MASK AND NEWSLETTER -------------------------- */

