
#back2Top {
    width: 40px;
    line-height: 34px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
	border-radius: 20px 20px 0px 0px;
    position: fixed;
    bottom: 50px;
    right: 0px;
    background-color: #b80000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #fff;
    color: #b80000;
}