* {
	margin:0px;
	padding:0px;
}

/** html #gmlb_overlay {
	back\ground-color: transparent;
	background-image: url("../img/overlay.png");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
	z-index:1000;
}*/
#gmlb_overlay {
	background-color: transparent;
	background-image: url("../img/overlay.png");
	z-index:1000;
}

/** html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url('overlay.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://hackbar.infotel.it/bfsedie/html/img/overlay.png", sizingMethod="scale");
}*/


#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;
}

#gmlb_close {
	width:50px;
	height:24px;
	float:right;
	cursor:pointer;
	clear:right;
	background: #000000 url("../img/chiudi.gif") center center no-repeat;
	margin-top:12px;
}