#gmlb_overlay {
	background-color: transparent;
	background-image: url(/immagini/layout/lightbox-blank.gif);
	z-index:1000;
}

#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 {
	background-color:#EEEEEE;
	width:66px;
	height:22px;
	/*float:right;*/
	cursor:pointer;
	/*clear:right;*/
	background:url(/immagini/lightbox/lightbox-btn-close.gif) no-repeat;
	margin-top:5px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}