
#tooltip.pretty {
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	border: none;
	width: 190px;
	padding:20px;
	height: 70px;
	opacity: 0.9;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	width: 190px;
	text-align: center;
}
#tooltip.pretty div { width: 190px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 35px;
	height: 70px;
}
#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}
