#reservations_app {
	display: none;
	overflow: hidden;
	background: #610908;
	border: 1px solid #ffffff;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	border-width: 0 1px 1px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	padding: 37px 14px 20px;
	z-index: 249;
	top: 0px;
	left: 7px;
	-webkit-background-clip: padding-box;
}
#reservations_app .input_container {
	padding-bottom: 6px;
}
#reservations_app .input_container label {
	color: #fff;
	display: block;
	font-size: 10px;
	line-height: 16px;
}
#reservations_app input {
	border: 1px solid #4465a1;
	color: #777;
	font-size: 11px;
	padding: 2px 2px;
	width: 154px;
	line-height: 15px;
	height: 15px;
}
#reservations_app select {
	border: 1px solid #4465a1;
	color: #2e779c;
	font-size: 11px;
	padding: 1px 1px;
	width: 160px;
	line-height: 15px;
}
.input_container.center {
	text-align: center;
}
#reservations_app .button {
	display: inline-block;
	margin-top: 2px;
}
#reservations_app ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 8px;
}
#reservations_app ul li a {
	background: url('../images/arrow-small-white.png') no-repeat left 6px;
	padding: 0 0 0 8px;
	color: #fff;
}
.reservation_app_close {
	background: url('../images/close.png') no-repeat;
	position: absolute;
	bottom: 8px;
	right: 8px;
	height: 13px;
	width: 13px;
	text-indent: -9999px;
}

.input_container .double_input {
	float: left;
	width: 75px;
}
.input_container .double_input:first-child {
	padding-right: 10px;
}
.input_container .double_input select {
	width: 75px !important;
}