.sharebox {
    background:url("/media/img/tooltip-shade.png") no-repeat top center;
    position:absolute;
    top:-118px;
    left:-130px;
    width:260px;
    height:120px;
    padding-left:35px;
    padding-top:10px;
    z-index:1000;
}
.sharebox a img {
    border:none;
    float:left;
    margin:2px;
    width:16px;
    height:16px;
    padding:2px;
}
.sharebox-container {
    position:relative;
}
.spineshare {
    text-decoration:none;
    font-weight:bold;
    color:#aa2323;
    cursor:pointer;
}
p.spineshare-text {
    clear:both;
    margin-top:5px;
    padding:4px;
    width:220px;
    color:#fff;
    font-size:9px;
}

/* hack the position of the box for safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .sharebox {
        left:-47px !important;
        top:-133px !important;
    }
}