#tooltip
{
	position: absolute;
	z-index: 3000;
	font-family: arial, sans-serif;
	border: none;
	width: 134px;
	padding:8px;
	height: 34px;
	opacity: 0.9;
	background: url('/images/tooltip/tooltip1.png');
}
#tooltip h3, #tooltip div
{
	margin: 0;
	text-align: center;
}

#tooltip.pretty
{
	font-family: arial, sans-serif;
	border: none;
	width: 240px;
	padding:5px;
	height: 165px;
	opacity: 0.9;
	background: url('/images/tooltip/shadow.png');
}
#tooltip.pretty h3 {
	font-size: 12px;
	font-weight: bold;
	width: 230px;
	padding-top: 10px;
	margin: 0 5px 0 5px;
	text-align: center;
	border-bottom: 1px solid black;
}
#tooltip.pretty div
{
	width: 220px;
	padding:10px;
	text-align: left;
	font-size: 10px;
}
