/*
	Document   : scrollToTop
	Created on : 3 juil. 2012, 14:50:46
	Author	   : Jeremy D Noe
*/


.backtotopinstance {
	position: fixed;
	right: 50px;
	bottom: 50px;
	background: #333;
	border-radius: 3px 3px 3px 3px;
	padding: 15px 20px;
}

a.backTopLink.backtotopinstance {
	color: #fff;
	font-size:150%;
	opacity:0.3;
}

a.backTopLink.backtotopinstance:hover {
	opacity:0.4;
}

