	/* 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(loading.gif) no-repeat center;

	}

	

	#gmMap {

		width: 600px;

		height: 400px;

		border: 10px solid #fff;

	}

	

	#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;

	}

	

	#gmCloseLink {

		display: block;

		float: right;

		width: 80px;

		height: 22px;

		background: transparent url(closelabel.gif) no-repeat center;

		margin: 5px 0;

	}

	

	#gmCaption {

		margin-right: 71px;

	}


