.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
strong {
       font-size: 24px;
       font-family: Georgia, "Times New Roman", Times, serif;
}
border:5px solid #989898; /*Border around tooltip*/
background:white;
z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:silver;
color:white;
padding-top:5px;
font:bold 16px Georgia, "Times New Roman", Times, serif;
}
