.stickytooltip{
display:none;
position:absolute;
display:none;
background:white;
z-index:3000;
}


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

.atip {
width:445px;
border:1px solid #cccccc; /*Border around tooltip*/

}
