@charset "UTF-8";
/* CSS Document */

.etichetta {
	width:100%;
	min-width:180px;
	position:relative;
	font-size: 0.8em;
	clear:both;
}

.input_corso {
	width:100%;
	min-width: 180px;
	position:relative;
	margin-bottom:10px;
}

.input_corso select {
	width:80%;
	min-width: 180px;
	position:relative;
}

.info_filtro {
	width: 45%;
	max-width: 400px;
	position:relative;
	float:left;
}

.input_corso_2 {
	width:100%;
	min-width: 250px;
	position:relative;
	margin-bottom:10px;
}

.input_corso_2 select {
	width:80%;
	min-width: 220px;
	position:relative;
}


