@charset "utf-8";
/* CSS Document */


.page-top {

    position: fixed;

    bottom: 60px;

    right: 100px;

    padding: 10px;

    background: #FFFFFF;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    font-size: 12px;

    -ms-filter: "alpha(opacity=80)";

    -moz-opacity: 0.8;

    -khtml-opacity: 0.8;

    opacity: 0.8;

}