.stickytooltip{
display:none;
position:absolute;
display:none;
border-left:5px solid #4b4b4b;
border-right:5px solid #4b4b4b;
border-top:5px solid #4b4b4b;
border-bottom:0 solid #4b4b4b; /*Border around tooltip*/
background:#4b4b4b;
z-index:3000;
float:right;
color:#b5b5b5;
font:normal 11px Arial;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#2c2c2c;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}

.atip{ width:380px; padding:0; margin:0;}
.atip img{ padding:0 0 5px 0; margin:0;}
