#open_table_module {
	background: url('/images/book-a-table.gif') no-repeat;
	width: 170px;
	height: 125px;
	padding: 20px 15px 25px;
	margin: 0 15px;
}
.restaurant_logo {
	padding: 10px 80px 10px;
}
#open_table_module input, #open_table_module select {
	background-color: #edf4f6;
	border: 1px solid #1d3c58;
	font-size: 11px;
	color: #1d3c58;
	padding: 3px 2px 2px;
}
#open_table_module select {
	padding: 2px;
}
#open_table_module #PartySize {
	width: 40px;	
}
#open_table_module #reservation_time {
	width: 60px;	
}
#open_table_module #meridian {
	width: 53px;	
}
#open_table_module label {
	display: inline-block;
	text-align: right;
	width: 40px;
	padding-right: 6px;
}
#open_table_module #date {
	width: 100px;
}
.open_table_input {
	padding: 4px 0;
}
#open_table_module .date_picker {
	background-position: 88px 2px;
}
#open_table_module .button {
	margin: 2px 0 0 46px;
}
.button.find_a_table {
	background: url('/images/find-a-table.png') no-repeat;
	height: 29px;
	width: 106px;
	text-indent: -9999px;
	border: 0 none;
	cursor: pointer;
}
.button.find_a_table:hover {
	background-position: 0 -29px;
}
.date_picker {
	background: #fff url('/images/calendar2.gif') no-repeat 142px 2px;
	cursor: pointer;
}

