

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

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 207px;  
	padding:5px;
	height: 37px;
	opacity: 0.8;
	color:#FFFFFF;
	font-weight:bold; 	margin-top:-80px;
}
#tooltip.pretty h3 {
	font-size: 12pt;
	width: 220px;
	text-align: center;
	display:none;
}
#tooltip.pretty div { 
	width: 240px; 
	height:50px;
	text-align: center; 
	vertical-align:bottom;
}

#tooltip.fancy {
	background: url('../im/shadowbox-bg.png');
	background-repeat: no-repeat;
	height: 97px;
	width:247px;
}
