.stickytooltip{
box-shadow: 3px 3px 6px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 6px #818181;
-moz-box-shadow: 3px 3px 6px #818181;
display:none;
position:absolute;
display:none;
border:1px solid gray; /*Border around tooltip*/
background:white;
z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
color:white;
padding-top:2px;
text-align:center;
font:bold 11px Verdana;
}