@charset "utf-8";
/* CSS Document */
#gotop {
    border:1px solid #CCC;
	display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 12px 15px;    
    font-size: 20px;
    background: #41a727;
	text-align:center;
	vertical-align: middle;
    color: white;
    cursor: pointer;
	width:25px;height:25px;
	line-height: 25px;
	border-radius: 100%;
	moz-border-radius: 100%;
	webkit-border-radius: 100%;
	webkit-box-shadow: #EEE 0px 0px 5px; 
	moz-box-shadow: #EEE 0px 0px 5px;
	box-shadow: #EEE 0px 0px 5px;
}
#goTop:hover { background:#15D10D; color:white; }
