#mapClose{
	background-color:	#333;
	text-align:	center;
	padding-left: 	8px;
	font-family:	arial;
	font-size: 	12px;
	font-weight:	bold;
	height:		18px;
	z-index:	100;
	color:		#fff;
}
#mapClose a{
	color:		#fff;
	width:		100%;
	display: block;
}



#covering_layer {
	position:		absolute;
	/*z-index:		99;  */
	top:			0px;  
	left:			0px;  	
	height:			100%;  
	width:			100%;	
	background-color:	#ffffee;  
	filter:			alpha(opacity=65);  
	-moz-opacity:		0.65;  
	opacity: 		0.65;
}

#showMap {
	display:		none;
	position:		absolute;
	z-index:		100;
	border:			solid 2px #333;
	background-color:	#fff;
	padding:		10px;
}

#G_Map {
	width:		100%;
	display:	none;
}