#tooltip {
	position: absolute;
	z-index: 3000;
	color: #fff;
	padding: 5px;
	background-image: url('tooltip-bg.png');
  background-position: bottom;
  width: 130px;
  padding: 10px 10px 30px 10px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font-size: 15px;
	font-weight: bold;
}
