.stickytooltip{
box-shadow: 1px 1px 3px #000; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 1px 1px 3px #000;
-moz-box-shadow: 1px 1px 3px #000;
display:none;
position:absolute;
display:none;
border:; /*Border around tooltip*/
background:#5C604D;
z-index:3000;
}

.atip{
line-height: 20px;
color:white;
font:bold 11px Arial;
	
	}

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