@charset 'utf-8';
	.top-button{
		background: #fff url(../../e107_plugins/page_scrolling/icons/SC85px.png) center center no-repeat;			
		color: #fff;
		border: #fff solid 0px;
		width: 50px;
		height: 50px;
		font-family: verdana;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		cursor: pointer;
		padding: 14px;
		margin-right: 25px;
		}
		
