#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: 0px black;
	width: 285px;
	padding:20px;
	height: 250px;
	opacity: 1;
	background: url('http://proofs.alt29.com/job/images/shadow_larger.png');
	background-repeat: no-repeat;
}
#tooltip.pretty h3 {
	margin-bottom: 0.25em;
	font-size: 16px;
	width: 205px;
	text-align: center;
}


#tooltip.pretty2 {
	font-family: Arial;
	border: 1px solid black;
	opacity: 1;
	width: 350px;
	font-size: 12px;
}
#tooltip.pretty2 h3 {
	background-color: #d8d8d8;
	margin-bottom: 0.25em;
	font-size: 16px;
	text-align: center;
}
