body { 
	margin: 0; 
	padding: 0; 
}

.flash_obj{
	width:1000px;
	height:925px;
}

body img#main-background{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-1000;
	
}

body #container{
	margin: 0 auto;
	width:1000px;
}

#container #reservation {
	position:absolute;
	margin:-590px 0px 0px 262px;
	width:497px;
	height:67px;
}

#container #reservation td #arrival {
	width:80px;
	-x-system-font:none;
	background:#313C40 url('../images/calendar.gif') 70px 4px no-repeat;
	border:1px solid #8d9da0;
	color:#8d9da0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:18px;
	line-height:normal;
	padding:3px 1px 1px 10px;
}

#container #reservation td #departure {
	width:80px;
	-x-system-font:none;
	background:#313C40 url('../images/calendar.gif') 70px 4px no-repeat;
	border:1px solid #8d9da0;
	color:#8d9da0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:18px;
	line-height:normal;
	padding:3px 1px 1px 10px;
}

#container #reservation td #nights {
	width:46px;
	-x-system-font:none;
	background-color:#313C40;
	border:1px solid #8d9da0;
	color:#8d9da0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:18px;
	line-height:normal;
	padding:1px;
	text-align:center;
}

#container #reservation td #adults {
	width:46px;
	-x-system-font:none;
	background-color:#313C40;
	border:1px solid #8d9da0;
	color:#8d9da0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:18px;
	line-height:normal;
	padding:1px;
	text-align:center;
}

#container #reservation td #children {
	width:46px;
	-x-system-font:none;
	background-color:#313C40;
	border:1px solid #8d9da0;
	color:#8d9da0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:18px;
	line-height:normal;
	padding:1px;
	text-align:center;
}

#container #reservation .input {
	padding-right:20px;
}


#container #reservation .label {
	font-size:10px;
	font-family:Arial, Verdana, sans-serif;
	color:#8d9da0;
	padding:3px;
}

button {
	width:				99px;
	height:				18px;
	background:			url('../images/check_availability.gif') no-repeat top left;
	border:				none;
	text-decoration:	none;
	cursor:				pointer;
}

