#tooltip 
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div 
{ 
	margin: 0; 
}

#tooltip.pretty 
{
	border: none;
	width: 410px;
	padding: 20px;
	background-color: #000000;
	color: #ffffff;
}

#tooltip.pretty h3 
{
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 9pt;
	width: 420px;
	text-align: left;
	font-weight: normal;
	color: #ffffff;
}

#tooltip.pretty div 
{ 
	width: 420px; text-align: left; 
}


