.pagetop {
    display:none;
    position:fixed;
    bottom:30px;
    right:30px;
}
.pagetop a {
    display:block;
    background-color:#ccc;
    color:#333;
    text-align:center;
    font-size:12px;
    text-decoration:none;
    padding:15px 10px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.pagetop a:hover {
    display:block;
    background-color:#333;
    color:#fff;
    text-align:center;
    font-size:12px;
    text-decoration:none;
    padding:15px 10px;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
