@charset "UTF-8";

.pagetop{
    display: none;
    position: fixed;
    bottom : 10px;
    right : 13px;
  z-index : 999;

}
.pagetop A{
    display: block;
    background-color : rgba(183, 0, 0, 0.86);
    text-align: center;
    color : white;
    font-size : 18px;
    text-decoration: none;
    padding : 8px 10px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  width : 30px;
  z-index : 999;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
  height : 25px;
  line-height : 30px;
}
.pagetop A:hover{
    display: block;
    background-color : #ff9393;
    text-align: center;
    color : white;
    font-size : 18px;
    text-decoration: none;
    padding : 8px 10px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

