#tooltip {
	position: absolute;
	z-index: 3000;
	background: #7c7c7c;
	color: #fff;
	padding: 5px;
	-mozilla-rounded-radius: 3px;
	width: 200px;
	font-size: 12px;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 10px; font-weight: normal; }
