#open_table_module {
		border: 1px solid #6B6B6B;
		padding: 10px 0 10px 70px; 
		margin: 0 0 15px;		
		width: 260px;
		_line-height: 12px;
		color: #D5D5D5;
}
#open_table_module h2 {
	margin-left: -60px;
}
.restaurant_logo {
	padding: 20px 15px 20px 28px;
}
#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 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('http://www.opentable.com/img/buttons/btn_findatableNew.png') no-repeat;
	height: 21px;
	width: 109px;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
	display: block;
}

#OT_logo {
	float: right;
	margin-top: -20px;
}
.clear {
	clear: both;
}
