#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	color:#000;
	margin-top:-10px;
	margin-left:110px;
	text-align:center;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.pretty {
	font-family: Arial;
	text-align:center;
	border: none;
	width: 269px;
	padding-top:54px;
	opacity: 0.8;
	background: url('tooltip-thought.png') no-repeat;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: center; }