/* Copyright Società della Salute di Prato */

/* margine del form = 0 */
.formsenzamargini {
	margin: 0em;
	padding: 0em;
}
/* submit e reset del form */
.bottone {
	color: #000;
	background-color: #C6E370;
	border: 0.01em solid #000;
	margin-right: 3em;
	padding: 0.2em;
	font-size: 90%; 
	font-weight: bold;
}
/* fieldset */
fieldset {
	border: 0.1em solid #008000;
	margin-right: 4em;
	padding: 0.8em;	
}
/* legend */
legend {
	font-weight: bold;
	padding: 0.5em;
	color: #008000;	 
}
/* legend concentrici (es. motore ponet) */
fieldset fieldset {
	font-size: 90%;
	margin: 0.8em 0em 0.8em 0.8em;
		
}
/* Descrizione di legend */
.f-etichetta {
	font-weight: lighter;
}
/* Area dei bottoni submit e reset del form */
.f-submitreset {
	margin-top: 0.8em;
	text-align: right;
}
/* Messaggio esito positivo dell'invio del form */
.f-registrato {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%; 
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em; 
	margin: 0.8em;
}
/* Messaggio esito negativo dell'invio */
div.f-errori {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%; 
	font-weight: bold;	
	margin: 1em 0em 1em 0em;		
}
/* Area risultato */
div.f-risultato {
	color: #666666;
	background-color: #E3EAD5;
	letter-spacing: 0.1em;
	border-bottom: 0.1em solid #CCCCCC;
	padding: 0em 0px 0.5em 0em;
	margin: 1.5em 0em 1.5em 0em;	
}
/* Area risultato: parole cercate */
div.f-words {
	text-align: left;
	float: left;
	width: 60%;
	padding: 0.2em;
}
/* Area risultato: record trovati */ 
div.f-matches {
	background-color: #F0F0F0;
	color: #000;
	text-align: right;
	float: right;
	width: 35%;
	padding: 0.2em;
}
/* Messaggio sotto l'area del risultato */
div.f-info {
	text-align: justify;
	padding: 1em 0.2em 1em 0.2em;	
}
/* Area della paginazione */
div.f-paginazione {
	text-align: center; 
	letter-spacing: 0.1em;
	border-bottom: 0.1em solid #CCCCCC;
	padding: 0em 0em 0.5em 0em;	
	margin: 1em 0em 0.5em 0em;
}
/*  Textarea */
textarea.f-textarea {
	width: 90%;
}
/* Area per select nell'intestazione (es. Indici alternativi)*/
div.selectintesta {
	position: relative;
	width: 92%; 
	left: 5%;
	text-align: right;
	margin: 0.2em 0em 0.2em 0em;
}
 
input, textarea {
	font-size: 90%;
	color: #000;
	background-color: #FFFFFF;
	border: 0.1em solid #000;
	padding: 0.2em;
	margin-top: 0.2em;
	}
/* Oggetti form: radio e checkbox */
.f-radiocheck {
	width: 1.5em;
	height: 1.5em;
	border: 0em;
}
/* Label in blocco per allineare gli oggetti form */
label.f-blocco {
	width: 30%; 
}
/* Testo di accompagnamento alla textarea della privacy */
div.f-privacy {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 120%;
	margin: 0.4em 0em 0.4em 0em;
}
/* Classi aggiunte espressamente per l'uso in frmBuilder */
div.frmbuilder_elemento {
	padding: 0.5em;
}
label.l-home {
font-weight: bold;
color: #fff;
background-color: #083814;
}

