#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.85;
	width: 247px;
}
#tooltip h3, #tooltip div
{ 
	margin: 0;
}
#tooltip.pretty {
	font-family: Verdana;
	width: 247px;
	opacity: 0.8;
}
#tooltip.pretty h3 {
	font-size: 10px;
	width: 247px;
	text-align: center;
}
#tooltip.pretty div
{ 
	width: 247px; 
	text-align: left;
}
#tooltip.fancy {
	background: url('/images/stories/tooltip/top.png') no-repeat;
	padding-top: 47px;
}
#tooltip h3
{
	margin:0px;
	padding:0px;
	background: url('/images/stories/tooltip/middle_and_bottom.png') repeat-y;
	width: 247px;
	font-size: 9px;
}
div.body
{
	margin:0px;
	padding: 0px 5px 25px 5px;
	background: url('/images/stories/tooltip/middle_and_bottom.png') repeat-y;
	background-position: bottom left;
	/*background-color: red;*/
	font-size: 9px;
	width: 237px;
}
