
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 50px;
	opacity: 0.8;
	background: url('shadow.png') no-repeat;text-align: center;
	
}
#tooltip.pretty h3 {
	margin-bottom: 4px;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: center;margin-left:-8px; color:#888;font-family: Arial;}

