/*Copyright Comune di Prato*/

/* margine del form = 0 */
.formsenzamargini
{
	margin: 0;
}
.formconmargini {
	margin: 2em;
}
/* submit e reset del form */
.bottone 
{ 
	color: #FFF; 
	background-color: #BB0000; 
	font-weight: bold;
	border: 1px #000 solid;
}
/* fieldset */
fieldset.f-fieldset {
	border: 1px #b00 solid;
	padding: 0.4em;
}
/* legend */
legend {
	color: #BB0000;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 0.2em;
}
/* Descrizione di label */
.f-etichetta {
	font-weight: lighter;
}
/* Area dei bottoni submit e reset del form */
.f-submitreset {
	margin-top: 1em;
	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;
	color: #BB0000;
	background-color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.1em; 
	margin: 1em;
}
/* Messaggio esito negativo dell'invio */
.f-errori {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: lighter;
	color: #BB0000;
	background-color: #FFFFFF;
}
/* Area risultato */
div.f-risultato {
	color: #666666;
	letter-spacing: 0.1em;
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom: 0.1em dotted #A9A9A9;	
	padding-bottom: 0.3em;
}
/* 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: #F4F4F4;
	text-align: right;
	float: right;
	width: 35%;
	padding: 0.2em;
}
/* Messaggio sotto l'area del risultato */
div.f-info {
	color: #666666;	
	text-align: justify;
	padding-top: 1em;	
	padding-bottom: 1em;	
	padding-left: 0.2em;	
}
/* Area della paginazione */
div.f-paginazione {
	text-align: center; 
	color: #666666;
	letter-spacing: 0.1em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	border-top: 0.1em dotted #A9A9A9;	
}

/* Classi aggiunte espressamente per l'uso in frmBuilder */
textarea.informativatextarea {
	margin: 0.3em;
	width: 90%;
	height: 7.5em;
}
.frmbuilder_elemento {
	padding: 0.3em;
}
