#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 4px 8px;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	background-color: #fdee4d;
	font-family: Arial;
	border: none;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}
#tooltip.pretty h3 {
	font-size: 13px;
	text-align: left;
}
#tooltip.pretty div {
}

#tooltip.fancy {
	font-family: Arial;
	border: none;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
}
#tooltip.fancy h3 {
	font-size: 11px;
	text-align: left;
}
#tooltip.fancy div {
}

