	/* G-Maps CSS */
	
	#gmOverlay {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #333;
		cursor: pointer;
		z-index: 8;
	}
	
	#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: 650px;
		height: 450px;
		border: 10px solid #fff;
		border-bottom-style: none;
	}
	
	#gmBottom {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		line-height: 1.4em;
		text-align: left;
		border: 4px solid #fff;
		/*border-top-style: none;*/
	}
	
	#gmCloseLink {
		display: block;
		float: right;
		margin: 0;
		/*margin-left: auto;
		margin-right: auto;*/		
		width: 80px;
		height: 24px;
		background: transparent url('/images/closelabel.gif') no-repeat center;
	}
	
	#gmCaption {
		margin: 0px 200px 0 10px;
		padding-top:6px;
		color:#000;
		font-size:11px;
		font-weight:bold;
	}

