/* Inizio form di ricerca */
form.form {
	margin: 1em 0 0 0;
	width: 90%;
}
fieldset.fieldset {
	margin: 0 0 0.5em 0;
	padding: 0.8em 0.5em 0 0;
}
fieldset.contatti {
	border: 0;
	border-left: 3px solid #89DC46;
	margin: 0 0 0.5em 0;
	padding: 0.8em 0.5em 0 1.5em;	
}
fieldset.contatti div {
	padding-left: 0.3em; 
}
fieldset.contatti .legend {
	font-size: 90%;
	font-weight: bold;
	padding: 1em 0.5em 0 0;
}
fieldset.contatti input, fieldset.contatti textarea.textarea {
	border: 1px solid #73ABC8;
}
input.bottoneinvia {
	background-color: #00355b;
	border: 2px solid #73abc8;
	color: #fff;
	font-weight: bold;
}
.legend {
	font-size: 100%;
	font-weight: normal;
	color: #060;
	background-color: transparent; 
	margin: 0 0 0.8em 0;
	padding: 0;
}
div.elemento_form {
	margin: 0;
	padding: 0;
}
label.label {
	float: left;
	color: #033568;
	background-color: transparent;
	width: 16%;
	margin: 0 1em 0 0;
	padding: 0.2em 0 0 0;
	font-weight: bold;
	display: block;
	text-align: right;
}
input.input_text {
	border: 1px solid #8CD940; 
	border-bottom: 2px solid #8CD940;
	font-size: 85%;	
	padding: 0.2em;	
	width: 18.5em;	
}
select.select_verde {
	border: 1px solid #8CD940; 
	border-bottom: 2px solid #8CD940;	
	font-size: 85%;
	padding: 0.1em;
	width: 19em;
	}
select.select_blu {
	border: 1px solid #73ABC8; 
	border-bottom: 2px solid #73ABC8;	
	font-size: 85%;
	padding: 0.1em;
	width: 19em;		
}
/* usata per le note nelle form */
div.notaform {
	margin: 0.5em 0 1em 0;
	font-size: 80%;
}
textarea.textarea {
	margin: 0.5em;
}
div.bottoni {
	width: 58%;
	padding: 0.8em 0.5em 0 0.8em;
	margin: 0 0 0.5em 0;
	text-align: right;
}
input.reset {
	background-color: #FFFFFF;
	color: #1A761A;
	border: 1px solid #8DD941;
	font-weight: bold;
	font-size: 80%;
}
input.invia {
	background-color: #00355B;
	background-image: url(../img/lente.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #FFF;
	border: 1px solid #99BBDD;
	font-weight: bold;
	font-size: 80%;
	text-align: right;
	width: 5.5em;
	padding: 0 0.2em 0 0;
}
/* Fine form di ricerca */