#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 2px solid #888888;
	background-color: #EEEEEE;
	padding: 0px 6px 0px 6px;
	opacity: 0.85;
	width: 400px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip p
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px !important;
	color: #000000;
}