body,html{
	width: 100%;
	height: 100%;
}
#overlayMap{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
#windowContainer{
	width: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 95;
	text-align: center;
}
#innerwindowMap{
	margin: 0px auto 0px auto;
	text-align: center;
	left: 0px;
	position: absolute;
	width: 440px;
	height: 450px;
	z-index: 100;
	background: #ffffff top left repeat-x url('gmaplightboxbg.jpg');
	}
#hmap{
	background: #ffffff 50% 50% no-repeat url('loading.gif');
	margin: 20px auto 0px auto;
	position: relative;
	width: 400px;
	height: 400px;
	z-index:200;
	text-align: left;
}
#hmap em{
	font-style: normal;
	color: #0000c0;
}
#mapTitle{
	position: absolute;
	width: 334px;
	top: 420px;
	left: 20px;
}
#closeMap{
	position: absolute;
	top: 420px;
	left: 354px;
}