#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('/img/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.15em;
	font-size: 11pt;
	width: 220px;
	text-align: left;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('/img/shadow2.png');
	padding-top: 5em;
	height: 90px;
	color: red !important;
	font-size: 9pt;
}
