.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;
border: 5px solid black; /*Border around tooltip*/
background: #FFFFCC;
z-index: 3000;
font-size: 13px;
}
.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background: black;
color: #FFFFCC;
padding-top: 5px;
text-align: center;
font-weight: bold;
font-size: 11px;
}
