#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-size: small;
	color: #000;
	line-height: normal;
	border: none;
	width: 282px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
}
#tooltip.pretty h3 
{
	font-size: small;
	margin-bottom: 0.75em;
	width: 322px;
	text-align: left;
}
#tooltip.pretty div { width: 322px; text-align: left; }

#tooltip.fancy {
	background: url('../images/tooltip/shadow.gif');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('../images/tooltip/shadow_reverse.gif');
}
