@charset "utf-8";
/* CSS Document */
body{
font:normal 12px Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background:url(../images/bg.gif) 50% 0 repeat-y;
}


.left{
	float:left;
	}

#mainBodyDiv{
	width:916px; 
	margin:0 auto;
	/*padding-top:5em;*/
	padding-bottom:2em;
	
	}
	
.searchHotelDiv{
	clear:both;
	overflow:auto;
 	margin:1.2em 0em;
	margin-top:0;
	}
		
.searchImg{
	float:left;
	width:220px;
	}
	.searchImg img{
		outline:0;
		cursor:pointer;
		vertical-align:middle;
		border:0;
		}
		
.searchInput{
	width:180px;
	border:solid 1px #1d467c;
	margin-top:.3em;
	margin-right:1em;
	.margin-right:.2em;
	padding:3px;
	}
	
.arrowButton{
	padding-top:.6em;
	}
	.arrowButton img{
		border:0;
		cursor:pointer;
		}
		
/* css for select hotel div */
.selectHotel{
	background:url(../images/checkHotelImg.gif) no-repeat center;
	height:37px;
	font-size:12px;
	font-weight:bold;
	color:#4c4d4f;
	}
	
.checkBoxDiv{
	padding:.6em 0 .5em 14em;
	}
	
.hotelsName{
	float:left;
	width:120px;
	color:#1d467c;
	}
	.hotelsName input {
		vertical-align:middle;
		}
		
.forGoogleMapDiv{
	height:638px;
	margin-top:1.5em;
	background:url(../images/map_bg_image.gif) no-repeat left;
	}
.googleMap{
	width:800px;
	height:597px;
	padding:1.2em 0 1.2em 1.2em
	}
	
#grayPopup
{
	display:none;
	width:100%;
	height:950px;
	position:absolute;
	left:0px;
	right:0px;
	filter:alpha(opacity = 50);
	-moz-opacity:0.5;
	background-color:#CCCCCC;	
	z-index:9000000;
	

}

#divwaiting
{
	display:none;
	width:100px;
	height:20px;
	position:absolute;
	left:450px;
	top:350px;
	z-index:90000001;
	background:#FFF;
	border:2px solid #000;
	padding:5px;
	font:bold 11px verdana;
}
