@charset "utf-8";
/* CSS Document */

#toTopLink {
 width:50px;
 height:18px;
 position:  absolute;
 float:right;
 /*margin-left: -100px;*/
 bottom: 150px;
 border: 1px solid #000;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 background-color: #EDEDED;
 text-align: center;
 }

#toTopLink a {
 width: 70px;
 display: block;
 text-align: center;
 font: 14px/100% Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 text-decoration: none;
 color: #bbb;
 -webkit-transition: 1s;
 -moz-transition: 1s;
 transition: 1s;
 border: 1px solid #000;
}

#toTopLink a:hover {
 color: #000;
}

