#gmOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
	cursor: pointer;
	z-index: 8;
	color:#000000;
}

#gmCenter, #gmBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 9;
}

.gmLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#gmMap {
	width: 600px;
	height: 400px;
	border: 10px solid #fff;
	color:#000000;	
}

#gmBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#gmBottom a{ color: #666666; }

#gmCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#gmCaption {
	margin-right: 71px;
}
