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