#gmlb_overlay {
	background-color: transparent;
	background-image: url('/images/lightbox/overlay.png');
	z-index:1000;
}

#gmlb_map {
	float:left;
}

#gmlb_label {
	float:left;
	width:450px;
	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:5px solid #444;
	display:block;
}

#gmlb_close {
	background-color:#eee;
	width:66px;
	height:22px;
	float:right;
	cursor:pointer;
	clear:right;
	background:url('/images/lightbox/closelabel.gif') top left no-repeat;
	margin:0 0 10px 0;
}