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

#tooltip.pretty {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	width: 156px;
	padding: 5px 5px 15px 5px;
	height: 20px;
	opacity: 0.85;
	text-align: center;
	color: #fff;
	background: url('../../../../images/admin/tooltip.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}