/* Establishment Reservations */

	div.reservation {
		background-color:#EAF8FD;
		padding:15px;
	}
	
	table.reservation {
	}
	
	table.reservation th {
		text-align:right;
		padding-right:2px;
	}
	
	table.reservation input.text, select.text {
		width:180px;
	}

/* End Establishment Reservations */
