div#googlemap {
	height: 350px;
	width: 519px;
	overflow: hidden;
	margin-bottom: 1.25em;
	position: relative;
	z-index: 0;
	background-color:#eee;
	background-image:url(../typo3conf/ext/mhftc/res/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

div.gmInfoWindow {
	font-size: 11px;
	margin-top: -2px;
	width: 200px;
    line-height: 1.2em;
}

div.gmInfoWindow a {
    font-weight: bold;
    text-decoration: none !important;
    color: #666666 !important;
}

div.gmInfoWindow .gmImage {
    min-height:80px;
}

div.gmInfoWindow .gmImage img {
    margin:0 6px 5px 0;
}