#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 3px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {

	font-family: 'Courier New', monospace;

	border: none;

	width: 130px;

	padding:20px;

	height: 50px;

	opacity: 0.8;

	background: url('shadow.png');

}

#tooltip.pretty h3 {

	margin-bottom: 0.75em;

	font-size: 10pt;

	width: 130px;

	text-align: center;

}

#tooltip.pretty div { width: 100px; text-align: left; }



#tooltip.fancy {

	background: url('shadow2.png');

	padding-top: 3.5em;

	height: 45px;

}

#tooltip.fancy.viewport-right {

	background: url('shadow2-reverse.png');

}

