#tooltip {
	position: absolute;
	z-index: 3000;

	background: url('./../../images/bubble.png') 0 0 no-repeat;
	width: 137px;
	height: 40px;
}
#tooltip h3, #tooltip div { margin: 0; }

