.txt-voci-form {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.input-text {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #333333;
	/*background-color:#008E76;*/
	background-image: url(../img/bg-input-text.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.btn-submit {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
	/*background-color: #008E76;*/
	background-image: url(../img/bg-input-text.gif);	
	border: 1px solid #666666;
}
.tbl-errore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color:#F0F7FF;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #373737;
}

.input-textarea {

	font-family: "Trebuchet MS";
	font-size: 9px;
	/*background-color:#008E76;*/
	background-image: url(../img/bg-input-text.gif);		
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
