#reservation-table
{
	width: 630px;
	height: auto;
	border: 1px solid #0033FF;
	margin-left: 10px;
	margin-right: 10px;
}
table.reservation
{
	width: 630px;
	height:auto;
	border: 0;
}
table caption
{
	height:30px;
	text-align:left;
	border: 1px #990000 dotted;
	background-color:#F0F0F0;
}
table tr
{
text-align: left;
}
table th
{
	width: 180px;
	height: 28px;
	text-align:left;
	font-weight:normal;
}
table td
{
	width: auto;
	height: 28px;
	text-align:left;
	font-weight:normal;
}
