#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.90;
	width: 224px;
}
#tooltip .top {
	background: transparent url(../img/tooltip-header.png) no-repeat left top;
	height: 18px;
	display: block;
	text-indent: -1000em;
	font-size:1px;
	line-height:0;
}
#tooltip .bottom {
	display: block;
	background: transparent url(../img/tooltip-body-bottom.png) no-repeat left bottom;
	padding: 5px 10px 0 20px;
}
#tooltip h3 { color: #F2F2F2; font-size:12px; font-weight: bold; margin: 0 0 10px 0; }
#tooltip div { margin: 0; }
#tooltip p {
	font-size: 12px;
	line-height: 16px;
	color:#ccc;
	margin-bottom:15px;
}