/* CSS Document */

div#campi_filtro {width:99%;background-color:#c2d9f0;height:170px;margin:0px;border:#dddddd 1px solid;
 -moz-box-shadow: 4px 4px 3px #dddddd; 
 -webkit-box-shadow: 4px 4px 3px #dddddd;
 box-shadow: 4px 4px 3px #dddddd;
 margin-bottom:10px

 }
div#campi_filtro label#label1{
    display: block; 
    line-height: 30px;
    width: 110px;
	float:left;

}

div#campi_filtro input[type="submit"] {height:30px;min-width:70px}
div#campi_filtro input[type="radio"] {width:20px;height:20px}
div#campi_filtro input[type="text"]{min-width:300px;height:28px;margin:3px 0px;}
div#campi_filtro select{min-width:250px;height:30px;margin:3px 0px;}




