.stickytooltip{
box-shadow: 5px 5px 8px #000000; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #000000;
-moz-box-shadow: 5px 5px 8px #000000;
display:none;
position:absolute;
display:none;
border:2px solid #000000; /*Border around tooltip*/
background:white;
color:#000000;
z-index:3000;
float:left;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#000000;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}