.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;
padding:4px;
display:none;
margin-top:20px;
border:5px solid #595959; /*Border around tooltip*/
background:#c3c3c3;
z-index:3000;
text-align:justify ;

}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/

background:#595959;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}