* {
	margin:0px;
	padding:0px;
}

#gmlb_overlay {
	background-color: transparent;
	background-image: url('/images/lightbox/overlay.png');
	z-index:1000;
}

#gmlb_map {
	float:left;
}

#gmlb_label {
	float:left;
	width:550px;
	text-align:left;
}
#gmlb_label h2 {
	margin:0;
	font-size:14px;
	padding:2px 0 3px 0;
	border-bottom:1px solid #d0d8dd;
}

#gmlb_container {
	background-color:white;
	padding:10px;
	border-color:#DDDDDD;
	border-width:1px;
	border-style:dotted;
	display:block;
}

#gmlb_close {
	background-color:#EEEEEE;
	width:21px;
	height:21px;
	float:right;
	cursor:pointer;
	clear:right;
	background:url('/images/close2.jpg') top left no-repeat;
	margin:0 0 10px 0;
}