#toTop {
width:100px;
border:1px solid #ccc;
background:#90c140;
text-align:center;
padding:5px;
position:fixed;
top:10px; /* отступ кнопки от нижнего края страницы*/
right:10px;
cursor:pointer;
display:none;
color:#fff;
font-family:verdana;
font-size:11px;
z-index: 999;
}