#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.9;
	background: url('../img/tooltip/shadow.png');
	
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	width: 220px;
	text-align: left;
	font-size:10px;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('../img/tooltip/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('../img/tooltip/shadow2-reverse.png');
}
