* {
	margin:0px;
	padding:0px;
}

#gmlb_overlay {
	background-color: transparent;
	background-image: url(bg_blk.png);
	z-index:1000;
}

#gmlb_map {
}

#gmlb_label {
	background-color:white;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:black;
	float:left;
	padding-top:10px;
	margin-top:5px;
	width:608px;
	text-align:left;
	position:absolute;
	top:0;
	left:10px;
}

#gmlb_container {
	background-color:white;
	padding:40px 10px 10px 10px;
	border-color:#DDDDDD;
	border-width:1px;
	border-style:dotted;
	display:block;
}

#gmlb_close {
	background:#fff url(close_btn.jpg) no-repeat top left;
	width:72px;
	height:20px;
	float:right;
	cursor:pointer;
	clear:right;
	margin-top:5px;
	position:absolute;
	top:5px;
	right:0;
}
#gmlb_close:hover,
#gmlb_close:active {
	background:#fff url(close_btn.jpg) no-repeat bottom left;
}