.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 #999999; /*Border around tooltip*/
background:white;
z-index:3000;
text-align:justify;
padding-right:5px;
}
.stickytooltip ul{
	margin-left:10px;
	padding-left:10px;
}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#999999;
color:white;
padding-top:5px;
text-align:center;
font:bold 10px Arial;
letter-spacing:-0.5px;
}
