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

div#gmCenter {
    background-color: #DDD;
}

#gmCenter, #gmBottomContainer, #gm_top_element  {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 99999;
}

.gmLoading {
	background: #DDD url('_images/gm-moodalbox/loading.gif') no-repeat center center;
}

#gm_top_element {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    text-align: left;
    border: none;
    background-color: #DDD;
}

#gmMap {
	width: 600px;
	height: 400px;
}

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

#gmCloseLink {
	display: block;
    float: right;
    width: 38px;
    height: 9px;
    background: transparent url('_images/moodalbox/button-close.jpg') no-repeat center;
    margin: 5px 0;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 10px;
}

#gmCaption {
	margin-right: 71px;
    padding-left: 20px;
    height: 30px;
    margin-top: 10px;
}
