/* CSS Document */.form_wrap {	float: left;	width: 414px;	padding: 10px 0 0 40px;}.form_wrap table {	width: 514px;}.form_wrap table td.td_sx {	width: 155px;	padding: 10px 5px 10px 0;	text-align: right;	vertical-align: top;}.form_wrap table td.td_dx {	width: 349px;	padding: 10px 0px 10px 5px;	vertical-align: top;}.input_wide {	width: 246px;	height: 20px;	border: solid 1px #B93100;	background-color: white;}.input_small {	width: 46px;	height: 20px;	border: solid 1px #B93100;	background-color: white;}.form_wrap table td input[type="radio"] {	width: 15px;	height: 20px;	border: none;	background-color: white;}.select_wide {	width: 246px;	height: 20px;	border: solid 1px #B93100;	background-color: white;}.select_small {	width: 75px;	height: 20px;	border: solid 1px #B93100;	background-color: white;}.select_small_wrap {	float: left;	padding-right: 12px;	width: auto;	}.form_wrap table td textarea {	width: 246px;	height: 200px;	border: solid 1px #999999;	background-color: white;	font-size: 11px;	color: #666666;}.form_wrap input[type="submit"]{	width: 75px;	}	.tasto_wrap {	padding: 15px 10px 0 0;	}	.tasto_wrap input[type="submit"]{	width: 75px;	}	.errore {	color: red;	}