#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #bdbbbc;
	background-color: #fed945;
	padding: 5px;
	/*opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip * {
	font-size:11px;
}
.pretty {
	width:150px;
	text-align:left;
	padding:10px !important;
}
.pretty * {
	line-height:1.4em !important;
	font-weight:normal;
	color:#000;
}

.fancy {
	border: none;
}
