.stickytooltip{
box-shadow: 2px 2px 2px #449d63; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 2px 2px 2px #449d63;
-moz-box-shadow: 2px 2px 2px #449d63;
display:none;
position:absolute;
display:none;
border:1px solid #449d63; /*Border around tooltip*/
z-index:3000;
padding:3px 3px 3px 3px;
font-size:11px;
color:#fff;
background-color:#58b679;
}

.stickytooltip ul li {list-style:none; padding:2px;}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#449d63;
color:white;
padding-top:0px;
text-align:center;
font:bold 11px Arial;
}