/* CSS Document */



#search5{float:right;
padding:0 0 0 25px;
margin-top:10px;
margin-right:10px;
width:85%;
height:25px;
line-height:25px;
background:url(../images/pix-purple-c.gif);
border: 2px solid  #B79AC8;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #fff url(../images/lente.png) no-repeat left ;}

.search5inside {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;}

.search5inside:xfirst-child { margin-left: 0; }

#search4{float:right;text-align:center; 
padding:0;
margin-top:10px;
width:90%;
line-height:25px;
height:25px;

border: 2px solid  #B79AC8;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.dropdown {
overflow: hidden;
float: left;
width:130px;

height: 20px;
line-height: 20px;
border: 0;

background: #FFFFFF url(../images/freccia-viola-scuro-select.png) no-repeat 90% 50%;
}


.dropdown select {outline:none;

      border:none; 
     
cursor: pointer;
      width:160px; /*Width of select dropdown to give space for arrow image*/
      height: 20px;/*fix for mac input height*/
      padding:0;
	  cursor: pointer;
	  jjtext-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/

     -khtml-appearance:none;
	 -webkit-appearance: none;
-moz-appearance: none;
background: transparent;

jjtext-indent: 0.01px;

      color: #333;
  
}

.dropdown2 {outline:none;
overflow: hidden;
float: left;
width:70px;

height: 20px;
line-height: 20px;
border: 0;

background: #FFFFFF url(../images/freccia-viola-scuro-select.png) no-repeat 90% 50%;
}

.dropdown2 select {

      border:none; 
     
cursor: pointer;
      width:100px; /*Width of select dropdown to give space for arrow image*/
      height: 20px;/*fix for mac input height*/
      padding:0;
	  cursor: pointer;
	  jjtext-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/

     -khtml-appearance:none;
	 -webkit-appearance: none;
-moz-appearance: none;
background: transparent;

jjtext-indent: 0.01px;

      color: #333;
  
}

select option {
  text-align: left;
}

.dropdown select::-ms-expand {
display: none;
}


#search5 input[type="text"]
{
width:100%;
padding:2px 5px;
height:21px;
background:url(../images/pix-purple-c.gif);
outline: 0px none;
border:1px;
}

	
@media only screen and (max-width: 480px) {
	.search5inside { 
		margin: 1% 0 1% 0%;
	}
#search5{

height:130px;
background: #fff url(../images/lente.png) no-repeat top left ;
}

#search5 input[type="text"]
{
width:90%;
padding:3px;
height:21px;
background:url(../images/pix-purple-c.gif);
outline: 0px none;
border:1px;
}
.dropdown2 {margin-left:0;}

}
