.stickytooltip{

display:none;
position:absolute;
display:none;
border:5px solid #339900; /*Border around tooltip*/
background:white;
z-index:3000;
}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#333000;
color:#ffffff;
padding-top:5px;
text-align:center;
font:bold 12px Arial;
}
