#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: Arial;
	border: none;
	width: 210px;
	padding:20px;
	opacity: 0.8;
	background: url('/includes/ToolTip/shadow.png');
}

#tooltip.pretty h3 {
	margin-bottom: 0.5em;
	font-size: 9pt;
	width: 220px;
	text-align: center;
}

#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('/includes/ToolTip/shadow2.png');
	padding-top: 4em;
	height: 65px;
}


#tooltip.fancy.viewport-right {
	background: url('/includes/ToolTip/shadow2-reverse.png');
}

#right, #right2 { text-align: right; }

