input,select, small {/*margin: 0 10px;*/}
small {display: block; float: left;}
input[type=text], small {
	width: 95%;
}
#sel_comune, #sel_via, #sel_civ {
	display: none;
	width: 95%;	
}

.mtm20 {
	margin-top: -20px;
}

.loading {
	background: #f5f5f5 url('../images/loading.gif') right center no-repeat;
	background-size: auto 100%;
}

#civ_error {color: #dd0000}

.sel {
	position: absolute;
	left: 3%;
	top: 0;
	width: 89% !important;
}

@media screen and (max-width: 767px){
	.mtm20 {
		margin-top: 0 !important;
	}
}