#BackToTop {
    float: left; z-index:50;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px; top:auto !important;
    right: 10px;
    background: #1f1c1d;

    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    -ms-border-radius: 4em;
    -o-border-radius: 4em;
    -khtml-border-radius: 4em;
    border-radius: 4em;
	
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    
    color: #FFFFFF;
    font-size: 3em;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    width: 50px;
}

#BackToTop span {
    display: block;
    cursor: pointer;
	text-align:center;
}
