@charset 'utf-8';
	.top-button{
		background: #555 url(../../plugins/page_scrolling/icons/up_02.png) center center no-repeat;			
		color: #fff;
		width: 20px;
		height: 20px;
		font-family: verdana;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-o-border-radius: 6px;
		cursor: pointer;
		padding: 15px;
		margin-right: 15px;
		}
		
