#tooltip {
	position: absolute;
	z-index: 3000;
	border-right: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	background-color: #fff;
	padding: 5px;
	font-size: 12px;
	width: 180px;
	top: 0;
	text-align: left;
	color: #000;
	font-family:Arial,Helvetica,sans-serif;
}
#tooltip img {
	position: absolute;
	top: -20px;
	left: 0
}
#tooltip h3, #tooltip div { margin: 0; }
