.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:1px solid black; /*Border around tooltip*/
    background:white;
    z-index:3000;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
    background:black;
    color:white;
    padding: 5px 0px;
    text-align:center;
    font:bold 11px Arial;
}

.atip{
    padding: 8px;
}

.float-right{
    padding: 17px 0px 0px 17px;
    margin-left: 5px;
    float: right;    
}

.float-right-simple{
    float: right !important;    
}

.right-text{
    font-size: 14px;
    float: right;
    padding-right: 5px;  
}