/*Main stylesheet for Backtop jQuery Plugin */
#backTop{
    width:44px;
    height:44px;
     padding:4px 2px;
    text-indent: 0;
    text-align: center;
    cursor:pointer;
    z-index:999999999;
    display:none;
}

.squareBackTop{
    border-radius:2px;
}

.circleBackTop{
    border-radius:22px;
}

