.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: #F8F3E9;
	color: #333333;
	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 #CC9942;
    border-left: 1px solid #CC9942;
    cursor: pointer;
}

.input_big {
	height: 20px;
	background-color: #F8F3E9;
	color : #333333;
	font-size: 13px;
	font-family : Arial, Helvetica, serif;
	text-align : left;
	font-weight : bold;
	padding: 1px;
	border: 1px solid #CC9942;
}

.input_small
{
	BORDER: 1px solid #CC9942;
	background-color: #F8F3E9;
    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 {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
	text-align: justify;
	margin:0px;
	padding:10px;
}

.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: #CC9942 1px solid;
    font-weight: bold;
    font-size: 11px;
    color: #CC9942;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    BACKGROUND-COLOR: #FFFFFF;
    cursor: pointer;
}