#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.9;
}
#tooltip h3, #tooltip h4, #tooltip div {
	margin: 0;
	font-size: 1.1em;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 160px;
	padding:20px;
	height: 95px;
	opacity: 0.9;
	background: url('pics/misc/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.2em;
	font-size: 1.2em;
	width: 150px;
	text-align: left;
}
#tooltip.pretty h4 {
	font-size:1em;
	margin-top:0.2em;
	margin-bottom: 0.5em;
	width:150px;
	color:#666666;
}
#tooltip.pretty div {
	width: 150px;
	text-align: left;
}

