@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	
	
	
	
	#ricerca .input-group-btn {
	    position: relative;
	    font-size: 0;
	    white-space: nowrap;
	    display: table-cell;
	    margin:0px;
	    top:-5px;
	}
	
	.input-group-btn{
	  	position: relative;
	    font-size: 0;
	    white-space: nowrap;
	    display: table-cell;
	    margin:0px;
	    top:-4px;
	}
	
	.homeForm .input-group-btn{
	  	position: relative;
	    font-size: 0;
	    white-space: nowrap;
	    display: table-cell;
	    margin:0px;
	    top:-5px;
	}
	
	button i.fa{
		display:block;
	}
	
	#sottotitoloLegge span button.ricercaTestoBtn
	{
		margin-top:-8px;
	}

	#sottotitoloLegge input:focus ~ span button.ricercaTestoBtn{
		margin-top:0px;
	}
	
	
	#sottotitoloLegge input ~ span button.ricercaTestoBtn:focus{
		margin-top:0px;
	}

	
	#sottotitoloLegge span button.ricercaTestoBtn:click{
		margin-top:0px;
	}
	
	
	#sottotitoloLegge span button.ricercaTestoBtn:click{
		margin-top:0px;
	}

	
	
	
}

