div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
color: #000;
width: 291px; /*width of tooltip*/
}
div.htmltooltip .top
{
	width: 291px;
	background: url(../images/tooltip_top.png);
	height: 27px;
	text-align: right;
}
div.htmltooltip .top img
{
	padding: 18px 10px 0 20px;
}
div.htmltooltip .mid
{
	width: 291px;
	background: url(../images/tooltipline.png) repeat-y;
	
}
div.htmltooltip .mid p
{
padding: 20px;
}
div.htmltooltip .bot
{
	width: 291px;
	background: url(../images/tooltip_bot.png);
	height: 18px;
}