﻿a.button{
	float: right;
	height: 19px;
	padding-left: 12px;
	background: url(../images/buttons/bottone.png) no-repeat top left;
	text-decoration:none;
	color: #000000;
	margin-right:0px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	padding-bottom: 2px;
}

a.button span{
	display: block;
	padding-right: 12px;
	background: url(../images/buttons/bottone.png) no-repeat top right;
	padding-bottom: 2px;
}

a.button:hover{
	background-position: bottom left;
	color: #FFF;
}

a.button:hover span{
	background-position: bottom right
}

a.buttonPaging{
	float: left;
	height: 19px;
	padding-left: 7px;
	background: url(../images/buttons/bottone.png) no-repeat top left;
	text-decoration:none;
	color: #000000;
	margin-right:5px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	padding-bottom: 2px;
}

a.buttonPaging span{
	display: block;
	padding-right: 7px;
	background: url(../images/buttons/bottone.png) no-repeat top right;
	padding-bottom: 2px;
}

a.buttonPaging:hover{
	background-position: bottom left;
	color: #FFF;
}

a.buttonPaging:hover span{
	background-position: bottom right
}
