
.umf {
width: 98%;
height: 40px;
font-size: 0.95em;
border: none;
margin-bottom: 25px;
color: black;
}

	.station {
		width: 250px;
		padding-left: 10px;
		padding-top: 5px;
		height: 35px;
		font-size: 14px;
		cursor: pointer;
		}
	
  select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;	  
  width: 90px;
  margin-left: 5px;
  margin-top: 1px;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
  border: none;
  color: black;
  background-color: rgba(255,255,255,0.0);
   webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px 10px 10px 10px;
  }
  

	select:focus {
    outline: none;
    }

    
	input[type=text]:focus {
    outline: none;
    }

		input[type=text] {
		background-image: url('https://mietwagen-antalya.com/pics/kalender30.png');
		background-position: 190px 5px;
		background-repeat: no-repeat;
		padding-left: 1px;
		padding: 10px;
		margin: 5px 0 2px 0;
		border: none;
		font-size: 14px;
		width: 220px;
		cursor: pointer;
		background-color: rgba(255,255,255,0.0);
		border: none;
		
		  webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px 10px 10px 10px;
		}
    
			.awesomplete {
			width: 100%;
			}
	
