.stickytooltip{
box-shadow: 1px 1px 1px #666666; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 1px 1px 1px #666666;
-moz-box-shadow: 1px 1px 1px #666666;
display:none;
position:absolute;
display:none;
border:1px #b00000; /*Border around tooltip*/
background:#333333;
color:white;
z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#f0f0f0;
color:#999999;
padding-top:4px;
text-align:center;
font:9px Arial;
}