/*Copyright Comune di Prato*/

/* margine del form = 0 */
.formsenzamargini {
	margin: 0px;
	padding: 0px;
}
/* submit e reset del form */
.bottone {
	color: #000;
	background-color: #FFD940;
	border: 1px solid #000;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
/* fieldset */
.f-fieldset {
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin-bottom: 15px;	
}

/*label */
label {
	font-weight: bold;
	padding: 2px;
}
/* legend */
legend {
	font-weight: bold;
	padding: 2px;
}
  
/* Oggetti form: text area e input text */
.oggettoform {
	color: #000;
	background-color: #F1F1F1;
	padding: 2px;
	margin: 0px;
	font-size: 85%;
	border: 1px solid #000;
} 
/* Area risultato */
div.f-risultato {
	text-align: center;
	color: #666666;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 5px 0px;
	margin: 20px 0px 20px 0px;	
}
/* Area risultato: record trovati */ 
div.f-matches {
	background-color: #F0F0F0;
	text-align: right;
	float: right;
	width: 100%;
	padding: 2px;
}
/* Area della paginazione */
div.f-paginazione {
	text-align: center; 
	color: #666666;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 5px 0px;	
	margin: 15px 0px 5px 0px;
}
/* Messaggio esito negativo dell'invio */
div.f-errori {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%; 
	font-weight: bold;	
	color: #CF0000;
	margin: 10px 0px 10px 0px;		
}