#map { position: relative; width: 720px !important; }
	#map #tooltip{
			position: absolute;
			display: inline;
			color: #ffffff; background: #333333;
			border-radius: 5px; padding: 5px 10px;
			top: 0; left: 0;
			z-index: 3;
			width: 250px;
			font-size: 12px;
		}
	#map #tooltip a{ color: #0291D9; }
	#map .bt_mapContact{
		display: block;
		width: 110px; height: 20px;
		background: #CCCCCC;
		border-radius: 5px; padding: 5px; margin: 10px 0;
		text-align: center; text-decoration: none; font-weight: bold;
		line-height: 20px;
	}