.stickytooltip{
display: none;
position: absolute;
display: none;
border-width: 10px; /*Border around tooltip*/
border-style: solid; /*Border around tooltip*/
background: #000000; /*thin band around image if div padding more than 0px*/
z-index: 3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background: black;
color: white; /* footer text colour */
padding-top: 5px; /* padding around text */
text-align: center;
font: bold 10px Verdana, sans-serif;
}
