#tooltip.pretty {
	font-family: Arial;
	font-size: 15px;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.9;
	line-height: 23px;
	color: Black;
	z-index: 20000;
	background: url('../Tooltip/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
	color: Black;
}
#tooltip.pretty div { width: 220px; text-align: center; }

.tooltipInfo 
{
    position: absolute;
	z-index: 20000;
	opacity: 0.9;
	background: url('../Tooltip/shadowBig.png');
	color: Black;
}