#tooltip {
	position: absolute;
	z-index: 3000;
	/*border: 1px solid #111;
	background-color: #eee;*/
	padding: 16px 5px;
	/*opacity: 0.85;*/
	
	/* hmnq custom styling */
	
	width: 210px;
	height: 83px;
	font-size: 11px;
	background-image: url(../../img/bg-tooltip.png);
}
#tooltip h3, #tooltip div { margin: 0; }
