#tooltip.pretty {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: none;
	width: 190px;
	padding:20px;
	height: 122px;
	opacity: 0.9;
	background: url('shadow1.png');
	text-align: left;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: left;
}

