div.autocomplete {
  position:absolute;
  width:140px;
  background-color:white;
  border:1px solid #E3E3E3;
  margin:0px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { 
  background-color: #FFEDA9;
}
div.autocomplete ul li {
  list-style-type:none;
  margin:0;
  padding:0px 2px;
  cursor:pointer;
}

#reservations .combo {
	background: url(../images/site_images/custom_select.jpg) no-repeat center right;
	border:1px solid #E3E3E3;
	cursor:pointer;
	height:17px;
	padding: 0px 0 0 5px;
	text-align:left;
	width: 140px;
}

#reservations select {
	visibility: hidden;
}

#reservations input {
	border:1px solid #E3E3E3;
	width: 75px;
	margin-top: 15px;
}

#reservations input.long {
	width: 145px;
}


#reservations input.radio {
	width: 19px;
	border:none;
	display: none;
	clear: both;
	height: 25px;
}

#reservations .radio_wrapper {
	float: left;
  	overflow: hidden;
  	line-height: 20px;
  	margin-top: 10px;
}

#reservations span.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(../images/site_images/radio.png) no-repeat;
  display: block;
  float: left;
}


#reservations .date_input {
	padding-left: 5px;
	width: 70px;
}

#reservations .btn_date {
	background: url(../images/site_images/btn_date.jpg) no-repeat center center;
	width: 21px;
	height: 20px;
	margin-left: 5px;
	cursor : pointer;
	border: none;
}


#reservations label {
	float: left;
	height:17px;
	width: 160px;
	clear: both;
	margin-top: 15px;
}

#reservations button.submit {
	margin-top: 20px;
	padding: 1px 0px;
	line-height: 13px;
	border: 1px solid #BC8C1B;
	background: url(../images/site_images/reserve_button.gif) repeat-x left center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #513A02;
	text-decoration: none;		
	width: 110px;
	cursor: pointer;
}
