#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
	font-size: 70%;
}








#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	border: none;
	height: 110px;
	font-size: 70%;
}
#tooltip.fancy.viewport-right {
	border: none;
	background: url('shadow2-reverse.png');
	font-size: 70%;
}
