
 #toTop {
      display:none; 
      width: 100px;
      border: 1px solid #990000;
      text-align: center;
      padding: 2px 2px 2px 12px;
      position: fixed;
      bottom: 10px;
      right: 10px;
      cursor: pointer;
      color:#990000;
      text-decoration:none;
  
      background: #f1f1f1 repeat-x url(../Media/to-top-bg.png);
  
      -moz-border-radius-bottomleft: 5px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;       
    }
