#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; padding:0; }

#tooltip.state {
    border: none;
	width: 76px;
	padding:13px 0px 0px 0px;
	height: 52px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	opacity: 1;
	background:url(../../global/images/map_title_bg.png) no-repeat;   
}
