#tooltip {
	overflow: hidden;
	position: absolute;
	z-index: 3000;
	border: none;
	color: #662d91;
	font-family: verdana, Arial, serif;
	opacity: .9;
	width: 196px;
	height: 96px;
}

/* Added */
#tooltip h3 {}
#tooltip.pretty {
	font-size: 11px;
	text-align: center;
	font-family: Arial;
	border: none;
	padding: 2px;
	background: url(/js/shadow2.png);


}
#tooltip.pretty h3 {
	color: #662d91;
    font-size: 11px;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 0.75em;
	width: 200px;
	text-align: left;
	background-color: #fff3fe;

}
#tooltip.fancy {

}
.viewport-right {

}
#tooltip .viewport-bottom {

}
