@charset "utf-8";
/* Rent Bahamas Reservations and Rates */

.frIMG{border: 1px solid #ccc; padding: 3px;}

form ol{list-style-type: none; width: 26em;}
form li{margin: 1px 0;}
html>body form li {height:20px; padding:4px 0;}
html>body form select {height:22px; margin: 0;}

label{width:7em; text-align: right; padding-right: 1em; float: left;}

input, textarea, select{border: 1px solid #78b0cb; height:1.4em; background: #fafafa;}
input{ width:12em; float: right;}
.dateBox{clear: both;}
.dateGroup label, #messageLabel{font-size: 1.2em; line-height:25px;}
.dateGroup{float: left; clear:both;}
fieldSet{width: 195px; float: left;border: none;}

option{padding: 1px }

button{margin-top: 50px; background:url(../images/reservationsAndRates/submitButton.jpg); height: 46px; width: 86px; border: none; text-indent:-9999px; float: right; clear: both;}

textarea{width:15.5em; float: right; height: 10em;}
html>body textarea{width: 16em;}

#messageContainer{width:305px;}
html>body #messageContainer{width:306px;}

#personCount{margin-left: 2px;}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 135px;
}

.selectContainer{margin-bottom: 15px;}
html>body .selectContainer{margin-bottom: 0;}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 3px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/reservationsAndRates/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */

