#tooltip {
	position: absolute;
	z-index: 3000;
	background:#fff;
	background:rgba(249,249,249,0.9);
	padding: 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:4px 4px 5px rgba(51,57,79, 0.5);
	-webkit-box-shadow:4px 4px 5px rgba(51,57,79, 0.5);
	box-shadow:4px 4px 5px rgba(51,57,79, 0.5);
}
#tooltip:before {
	position:absolute;
	opacity:0.9;
	left:-4px;
	bottom:-6px;
	width:7px;
	height:9px;
	content:'';
	background:url(../images/mapHelperArrow.png) no-repeat;;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	z-index:5000;
	font-weight:normal;
	font-size:12px;
	font-family:Lucida Sans Unicode, arial, sans;
	position:relative;
	text-align:center;
}
