.un_demi .car_a,
.un_demi .car_b,
.un_demi .car_c {
	background: none;	
}

.un_demi,
.un_demi_resa {
	background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #f8eed4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#f8eed4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#f8eed4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#f8eed4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#f8eed4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feffff 0%,#f8eed4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f8eed4',GradientType=0 ); /* IE6-9 */

}

#date_expiry .ui-select {
	float: left;
	width: 100%;
}

#reservation_limousine {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}