#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #808080;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-size: 0.8em;
}

#tooltip h3
{
	margin: 0px;
	font-size: 1.2em;
	font-weight: normal;
}


#tooltip div
{
	margin: 0px;
}

