.stickytooltip{
box-shadow: 3px 3px 5px #000000; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #000000;
-moz-box-shadow: 3px 3px 5px #000000;
display:none;
position:absolute;
display:none;
border:0px; /*Border around tooltip*/
background:white;
z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background: white;
color:#666666;
padding:6px;
text-align:center;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 10px;
}