/*Copyright Comune di Prato*/

/* margine del form = 0 */
.formsenzamargini {
	margin: 0px;
	padding: 0px;
}
/* submit e reset del form */
.bottone {
	font-size: 100%;
	color: #003366;
	background-color: #E4E4E4;
	border: 1px solid #003366;
	margin: 0px;
	padding: 0px;
}
/* fieldset */
fieldset {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 15px;	
	background-repeat: repeat-x;
	font-size: 90%;
}
/* label */
label {
	color: #666;
	}
/* legend */
legend {
	color: #666;
	font-weight: bold;
	padding: 2px;
}
/* Descrizione di legend */
.f-etichetta {
	font-weight: lighter;
}
/* Area dei bottoni submit e reset del form */
.f-submitreset {
	margin-top: 10px;
	text-align: right;
}
/* Messaggio esito positivo dell'invio del form */
.f-registrato {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%; 
	color: #990000;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px; 
	margin: 10px;
}
/* Messaggio esito negativo dell'invio */
div.f-errori {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%; 
	font-weight: bold;	
	color: #990000;
	margin: 10px 0px 10px 0px;		
}
/* Area risultato */
div.f-risultato {
	color: #666666;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 5px 0px;
	margin: 20px 0px 20px 0px;	
}
/* Area risultato: parole cercate */
div.f-words {
	text-align: left;
	float: left;
	width: 60%;
	padding: 2px;
}
/* Area risultato: record trovati */ 
div.f-matches {
	background-color: #F0F0F0;
	text-align: right;
	float: right;
	width: 35%;
	padding: 2px;
}
/* Messaggio sotto l'area del risultato */
div.f-info {
	color: #666666;	
	text-align: justify;
	padding: 10px 2px 10px 2px;	
}  
/* Oggetti form: text area e input text */
.oggettoform {
	font-size: 100%;
	color: #000000;
	background-color: #F0F0F0;
	padding: 2px;
	margin: 0px;
}
 
 
