#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, sans-serif;
	font-size: 12px;
	color: black;

	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.85;
	background: url('shadow.png');
}
*html #tooltip.pretty { /* ie6 hack */

}


#tooltip.pretty h3 {
	font-size: 12px;
	font-weight: normal;
	width: 210px;
	text-align: right;
}
*html #tooltip.pretty h3 { /* ie6 hack */

}

#tooltip.pretty div { width: 210px; text-align: right; }
*html #tooltip.pretty div { /* ie6 hack */

}
