#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	padding: 5px;
	display:none;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 220px;
	padding:15px;
	height: 145px;
}
#tooltipbody
{
	position:absolute;
	left:15px;
	top:15px;
	z-index:1;
	border: none;
	width: 220px;
	height: 145px;
	margin: 0;
	overflow:auto;
}
#tooltipbg
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	border: none;
	width: 250px;
	height: 175px;
	background: url('../img/tooltip/shadow.png');
}