#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.whatisthis {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight: normal;
	text-align: left; 
	border: none;
	width: 274px;
	height: 174px;
	background: url('tooltip-bottom.png') no-repeat left top;	
}
#tooltip.whatisthis div.body {margin: 20px 36px 20px 20px;}

