

#tooltip.pretty
{
	font-family: Arial;
	border: none;
	width: 200px;
	padding: 20px;
	height: 300px;
	opacity: 0.8;
	background: url( '../Images/Tooltips/shadow4.png' );
}

#tooltip.pretty h3 
{
	margin-bottom: 0.75em;
	font-size: 10pt;
	width: 220px;
	text-align: center;
}

#tooltip.pretty div
{
	font-size: 9pt;
	width: 200px;
	text-align: left;
	vertical-align: bottom;
}


