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

#tooltip.pretty {
	font-family: Arial;
	border: none;
	/*
	width: auto;
	height: 135px;
	*/
	padding:10px 20px;
	opacity: 1;
	/*background: url('2shadow.png');*/
	/*background: url('shadow_t.png') no-repeat;*/
	color: #fff;
}
#tooltip.pretty h3 {
	/*margin-bottom: 0.75em;*/
	font-size: 12px;
	width: auto;
	text-align: center;
}
#tooltip.pretty div { width: auto; text-align: left; }