﻿.BottoneSx
{
	display: inline-block;
	background-image: url(bottone/BottoneSx.png);
	width: 183px;
	height: 30px;
	padding: 5px 7px 0px 0px;
	text-decoration: none;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align:center ; 
}
.BottoneSx:hover
{
	color:Yellow  ;
}

.btndx
{
	float:left; 
	width: 17px;
	height: 35px;
	background-image: url(bottone/BtDx.png);
}
.btnsx
{
	float:left; 
	width: 14px;
	height: 35px;
	background-image: url(bottone/BtSx.png);
}
.btncn
{
	float: left;
	height: 30px;
	background-image: url(bottone/BtCn.png);
	font-size: 12px;
	color: white;
	font-weight:bold;
	padding-top:5px; 
	width:160px;
	
}

.btncn a
{
	text-decoration: none;
	font-size: 12px;
	color: white;
}
 
.btncn a:hover
{
	color: #ffff66;
}
