#tooltip.pretty {
	font-family: Arial;
font-size:9px;
line-height:9px;
color: #444444;
	border: none;
	width: 210px;
	padding: 0px 20px 20px 20px;
	height: 135px;
	opacity: 0.9;
}
#tooltip.pretty h3 {
	margin-bottom:0px;
	font-size: 16px;
font-weight:bold;
	width: 220px;
	text-align: center;
color:#852E47;
line-height:14px;
}
#tooltip.pretty div { width: 220px; text-align: left;}

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 6em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}
#tooltip.right { width: 250px; }
