* {
	margin:0px;
	padding:0px;
}

#gmlb_overlay {
	background-color: transparent;
	background-image: url(graphics/bg.png);
	z-index:10000;
}

#gmlb_map {
}

#gmlb_label {
	font-size:12px;
	float:left;
	padding-top:10px;
	margin-top:5px;
	width:608px;
	text-align:left;
}

#gmlb_container {
	background-color:black;
	padding:20px;
	border: #ddd 1px solid;

	display:block;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

#gmlb_close {
	background-color:#EEEEEE;
	width:32px;
	height:32px;
	float:right;
	cursor:pointer;
	clear:right;
	background-image:url(graphics/close.jpg);
	margin-top:5px;
}
