#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Georgia;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('/js/tooltip/v3_tooltip_shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: left;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('/js/tooltip/v3_tooltip_comic.png');
	background-repeat:no-repeat;
	width:144px;
	height:74px;
}

#tooltip.fancy p{
	margin-left:30px;
	margin-top:-10px;
	//margin-top:-25px;	
	width:80px;
	height:54;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#tooltip.fancy.viewport-right {
	background: url('/js/tooltip/v3_tooltip_comic_reverse.png');
	background-repeat:no-repeat;
	background-position:top right;
	width:144px;
	height:74px;
}

.fancy2 { 
	float: right; 
}

.fancy2 p{ 
	border:1px solid green;
}
