
#tooltip.pretty {
	
	border: none;
	width: 240px;
	padding:5px;
	height: 65px;
	opacity: 0.88;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.4em;
	font-size: 9pt;
	width: 200px;
	text-align: center;
}
#tooltip.pretty div { width: 200px; text-align: left; }



#tooltip.right { width: 200px; }
