/** {
	margin:0px;
	padding:0px;
}*/

#gmlb_overlay {
	/*background-color: transparent;*/
	/*background-image: url(bg.png);*/
	background-color: Black;
	/*z-index:1000;*/
	z-index: 90;
	/*opacity:0.8; filter:alpha(opacity=80);*/
	height: 100%;
}

#gmlb_map {
}

#gmlb_label {
	background-color:white;
	/*font-family:Trebuchet MS;*/
	font-size:12px;
	color:black;
	float:left;
	padding-top:10px;
	margin-top:5px;
	width:608px;
	text-align:left;
}

#gmlb_container {
	background-color:white;
	padding:10px;
	border-color:#DDDDDD;
	border-width:1px;
	border-style:dotted;
	display:block;
	z-index: 100;
}

#gmlb_close {
	background-color:#EEEEEE;
	width:66px;
	height:22px;
	float:right;
	cursor:pointer;
	clear:right;
	background-image:url(../images/closelabel.gif);
	background-repeat: no-repeat;
	margin-top:5px;
	position: relative;
	right: 30px;
}