.gestim_navigazione {
	font-size: 0.7em;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	background-color: #EEE;
	clear: both;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.gestim_navigazione select {
	font-size: 0.9em;
}

.gestim_navigazione_sin {
	float: left;
	width: 31%;
}
.gestim_navigazione_cen {
	text-align: center;
	float: left;
	width: 36%;
	margin-right: 1%;
	margin-left: 1%;
}
.gestim_navigazione_des {
	text-align: right;
	float: left;
	width: 31%;
}

.gestim_spacer {
	clear: both;
	height: 1px;
}

.gestim_riga_lista {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 0.7em;
}
.gestim_riga_lista a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.gestim_riga_lista a:hover {
	text-decoration: none;
}


.gestim_riga_sin {
	float: left;
	width: 20%;
}

.gestim_riga_cen {
	float: left;
	width: 35%;
}
.gestim_riga_cen div {
	padding-right: 10px;
	padding-left: 10px;
}


.gestim_riga_des {
	float: left;
	width: 45%;
	font-size: 0.9em;
}

.gestim_scheda {
	font-size: 0.8em;
	padding-top: 20px;
}

.gestim_esito_form {
	font-size: 0.8em;
	text-align: center;
	padding-top: 20px;
}

.gestim_esito_form a {
	text-decoration: none;
	padding: 2px;
	color: #000;
	background-color: #EBEBEB;
	display: inline-block;
}

.gestim_esito_form a:hover {
	background-color: #CCC;
}
