*
{
	margin: 0px;
	padding: 0px;
}

#gmlb_overlay
{
	z-index: 1000;
	background-repeat: repeat;
	background-position: top left;
	background-color: transparent;
	background-image: url('img/map_bg.png');
}

#gmlb_map
{
	float: left;
	width: 648px;
	height: 598px;
	border-width: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	background-color: white;
}

#gmlb_info
{
	float: right;
	width: 190px;
	height: 600px;
	padding-left: 10px;
}

#gmlb_info .gmlb_photo img
{
	border-width: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
}

#gmlb_info h1
{
	color: #0096A9;
	font-size: 15px;
	font-weight: bold;
}

#gmlb_info .gmlb_txt
{
	color: #686867;
	margin-top: 10px;
}

#gmlb_label
{
	float: left;
	width: 608px;
	color: black;
	font-size: 12px;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 10px;
	background-color: white;
}

#gmlb_container
{
	padding: 10px;
	display: block;
	border-width: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	background-color: white;
}

#gmlb_close
{
	width: 20px;
	height: 20px;
	float: right;
	clear: right;
	cursor: pointer;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url('img/map_close.gif');
}