#tooltip.pretty {
	font-family: "Century Gothic";
	border: none;
	/*width: 300px;*/
	padding:20px;
	/*height: 135px;*/
	opacity: 0.8;
	background: url('shadow.png');
	background-repeat: no-repeat;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	/*width: 300px;*/
	text-align: center;
}
#tooltip.pretty div { /*width: 300px;*/ text-align: left; }
#tooltip.fancy {
	background: url('shadow2.png');
	background-repeat: no-repeat;
	background-position:left top;
	padding-top: 30px;
	padding-left: 35px;
	/*height: 300px;*/
}
#fancy2 {
	color: #00F;
}