

#tooltip.pretty {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	border: none;
	width: auto;
	padding:30px;
	height: auto;
	opacity: 0.9;
	background:#FFF;
	border:1px solid #999;
}
#tooltip.pretty h3 {
	margin-bottom: 5px;
	font-size: 18px;
	color:#333;
	width: 220px;
}
#tooltip.pretty div { width: 410px; text-align: left; }


