#gmlb_overlay {
	background-color: transparent;
	background-image: url(/img/map-bg.png);
	z-index:1000;
	position: relative;
}


* html #gmlb_overlay {
background-image: none;
}

#gmlb_map {
}

#gmlb_label {
	background-color:white;
	font-size:12px;
	float:left;
	padding-top:10px;
	margin-top:5px;
	text-align:left;
	position: relative;
}

#gmlb_container {
	background-color:white;
	padding: 40px 10px 10px 10px;
	border-color:#007dc3;
	border-width:1px;
	border-style: solid;
	display:block;
	position: relative;
}

#gmlb_close {
	width:100px;
	height:32px;
	float:right;
	cursor:pointer;
	clear:right;
	margin-top:5px;
	position: relative;
}

#gmlb_closetop {
	background-color:#EEEEEE;
	width:100px;
	height:32px;
	cursor:pointer;
	clear:right;
	background-image:url(/img/close-map.gif);
	margin-top:5px;
	position: absolute;
	top: 0;
	right: 10px;
}