	.styled-select select {
	   background: transparent;
	   width: 268px;
	   padding: 5px;
	   font-size: 16px;
	   line-height: 1;
	   border: 0;
	   border-radius: 0;
	   height: 34px;
	   -webkit-appearance: none;
   }
   .styled-select {
	   width: 240px;
   	 height: 34px;
	   overflow: hidden;
	   background: url(../img_s/down_arrow_select.jpg) no-repeat right #ddd;
	   border: 1px solid #ccc;
   }

   .styled-select-quantita {
	   border: 1px solid #ccc;
	   background-color: #fff;
   }

   .styled-select-quantita option {
	   background-color: #333;
	   color: #fff;
   }
   
      
	h1 {
		font-weight: normal;
		font-size: 19px;
	}
	h2 {
		font-size: 16px; 
    font-weight: 600;  
    text-transform: uppercase; 
	}	

	.submit {
	  /*background-color: #ee2a24;  colore di sfondo    */
	  background-image: url(../img_s/sfumatura_bottone_red.jpg);
	  border: 1px solid #000000; /* bordo dell'elemento */
	  color: #fff;               /* colore del testo    */
	  /* font-weight: bold;         /* testo in grassetto  */
	  height: 35px;              /* altezza             */
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
	}
	.submit:hover {
	   /* background-color: #000000;colore di sfondo    */
	  background-image: url(../img_s/sfumatura_bottone_grey.jpg);
	  color: #fff;               /* colore del testo    */
	}
	.submit:hover {
	  background-color: #000000; 
	  color: #fff;               /* colore del testo    */
	}  
	
	.field {
		margin-left:5px;
		height:25px;
		width:175px;
		font-size:15;
		border-width:1px solid #000;		
	}
	.lost_pwd {
		color: #9B81AE;
		text-decoration: none;
	}
	.lost_pwd:hover {
		color: #3f112f;
	}
	
	.input_text {
		border: 1px solid #acacac;
		height: 25px;
		width: 200px;
		padding: 2px 4px 2px 4px;
	}
  
	.input_select {
		border: 1px solid #acacac;
		height: 30px;
		width: 210px;
		padding: 2px 4px 2px 4px;
		-webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
	}  
  
@media screen and (max-width: 480px) {
    .input_text {
        width: 120px;
    } 
  	.input_select {
        width: 120px;
  	}  
} 
 