#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


#tooltip.pretty 
{
	font-family: Arial;
	border: none;
	padding:20px;
	height: 100px;
	opacity: 0.9;
	background: url('/jscripts/lib/shadow.png');
	padding-top: 60px;
	width: 210px; 
	text-align: left; 

}

fieldset
{
	border:none;
	}
