#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 0px;
	width: 276px;
	font-size: 12px; 
	text-align: left;
	background-image: url('../images/tooltip_top.png');
	background-position: top left;
	background-repeat: no-repeat;
	color: #221e72;
}

#tooltip h3 {margin: 10px 5px 0px 15px; font-size: 14px;}

#tooltip div.body {font-size: 11px; width: 261px; padding-left: 15px; padding-top: 3px; background-image: url('../images/tooltip_body.png'); background-repeat: repeat-y;}
