/***********************
 jQuery scroll to top CSS

The basic element call is an ID "topcontrol". The link is just a text "Scroll<br>to Top" to minimize the horizontal space on the page. 
 
***********************/
#topcontrol {
  font-size:1em;
  font-weight:bold;
  background:#FFF;
  padding:12px 5px;
  margin-right:10px;
  box-shadow: 0px 0px 3px 1px #AAAAAA;
  text-transform:uppercase;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}