@charset "UTF-8";

.page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    padding: 10px;
/*
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
*/
    -ms-filter: "alpha(opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
