#voucher {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
	/*border:1px solid #D7E5F2;*/
	margin:0 15px 0 0;
	background:#F9FBFD;
}
#voucher .errore{
	font-size:10pt;
	font-style:italic;
	color: red;
}

#voucher testo{
    	color: #000000;
	font-size: 10pt ;
	text-align: left;
}

#voucher p{
    	color: #000000;
	font-size: 10pt ;
	padding: 5px 10px 5px 0;
	text-align: left;
}

#voucher .campoinput , .pulsante {
	font-size: 10pt ;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#voucher .etichetta{
	font-size: 10pt ;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#voucher  .pulsante {
	margin-top: 5px;
	margin-bottom: 5px;
}

#voucher input:focus, select:focus, textarea:focus {
    background: #F2F7FB;
}

#voucher .radio {
	width: 30px;
}

#voucher textarea , .testolungo {
	font-size: 10pt ;
	width: 500px;
}

#voucher .labellunga {
	width: 250px;
	/*display: block;*/
	/*float: left;*/
}

#voucher.td .etichetta {
	text-align: right;
	width: 150px;
	padding-right: 20px;
	/*display: block;*/
	/*float: left;	*/
}

#voucher br {
	/*clear: left;*/
}
