div.go-top
{
    position: fixed;
    z-index: 999999;
    right: 105px;
    bottom: 141px;

    display: none;

    width: 42px;
    height: 42px;
    margin-left: 40px;

    cursor: pointer;

    opacity: .9;
    border: 1px solid #a38a54;
    border-radius: 3px;
    background-color: #f8f5d8;
}

div.go-top:hover
{
    opacity: 1;
    background-color: #eddec2;

    filter: alpha(opacity=100);
}

div.go-top div.arrow
{
    position: absolute;
    top: -1px;
    left: 11.45px;

    width: 0;
    height: 0;

    border: 9px solid transparent;
    border-bottom-color: #c33;
}

div.go-top div.stick
{
    position: absolute;
    top: 15px;
    left: 16.2px;

    display: block;

    width: 9px;
    height: 15px;

    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    background-color: #c33;
}