label {
	padding:0;
	margin:0 auto;
	border:0;
}

.button_big {
	width: 150px;
	height: 22px;
	background-color: #F8F3E9;
	color : #333333;
	font-size: 12px;
	font-family : Arial, Helvetica, serif;
	text-align: center;
	font-weight: bold;
	text-transform: none;
	border-right: 2px solid #666666;
    border-bottom: 2px solid #666666;
    border-top: 1px solid #CC9942;
    border-left: 1px solid #CC9942;
    cursor: pointer;
}

.button_small
{
	background-color: #FFFFFF;
	background-image: url("/immagini/sfondo-button-small.jpg");
    background-repeat: repeat-x;
    background-position: top center;
	color: #A52B31;
	font-size: 10px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
    font-weight: bold;
    text-transform: none;
    border-right: 2px solid #666666;
    border-bottom: 2px solid #666666;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    cursor: pointer;
    padding: 1px;
}

.input_big {
	height: 20px;
	background-color: #FFFFFF;
	background-image: url("/immagini/sfondo-input-small.jpg");
    background-repeat: repeat-x;
    background-position: top center;
	color : #000000;
	font-size: 13px;
	font-family : Arial, Helvetica, serif;
	text-align : left;
	font-weight : bold;
	padding: 1px;
	border: 1px solid #666666;
}

.input_small
{
	BORDER: 1px solid #666666;
	background-color: #FFFFFF;
	background-image: url("/immagini/sfondo-input-small.jpg");
    background-repeat: repeat-x;
    background-position: top center;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 1px;
}

.label_big {
	display: block;
	margin: 0;
	border: 0;
	color : #444444;
	font-size: 12px;
	font-family : Tahoma, Verdana, Arial, Helvetica, serif;
	text-align : left;
	font-weight : bold;
	padding: 2px;
	padding-top: 10px;
}

.label_big A:link,
.label_big A:visited,
.label_big A:active  {text-decoration:underline; color: #CC9942;}
.label_big A:hover   {text-decoration:underline; color: #CC9942;}

.label_small {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
	text-align: left;
	margin:0px;
	padding:0;
	border:0;
	padding-bottom:2px;
}

.label_small A:link,
.label_small A:visited,
.label_small A:active  {text-decoration:underline; color: #444444;}
.label_small A:hover   {text-decoration:underline; color: #444444;}


.paginazione
{
    BORDER: 1px solid #666666;
	background-color: #FFFFFF;
	background-image: url("/immagini/sfondo-input-small.jpg");
    background-repeat: repeat-x;
    background-position: top center;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 1px;
    cursor: pointer;
}
