#dx-downtobottom {
    color: #fff;
    position: fixed;
    top: 0px;
    right: 15px;
    text-decoration: none;
    padding: 15px;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
    background: rgba(0,0,0,0.4);
    z-index: 5000;
    cursor: pointer;
}

#dx-backtotop {
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 0px;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
    background: rgba(0,0,0,0.4);
    z-index: 5000;
    cursor: pointer;
}
