.stickytooltip{
	display:none;
	position:absolute;
	display:none;
	z-index:3000;
	background-image: url(../images/tip.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	width: 289px;
	padding:14px 8px;
	font-family:Tahoma; font-size:12px; color:#000000; line-height:14px;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#ffffff;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}