#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3,#tooltip div {
	margin: 0;
	font-size: 14px;
	color: #0B2E45;
}

#tooltip.pretty_map {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 75px;
	opacity: 0.90;
	background: url(tooltip_map.png);
}

#tooltip.pretty_map h3 {
	margin-bottom: 0.75em;
	font-size: 20px;
	width: 220px;
	text-align: center;
	color: #c00;
}

#tooltip.pretty_map div {
	width: 220px;
	text-align: center;
	font-size: 13px;
}