#reservation {
	width:958px;
	height:45px;
	background-color: #a64046;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px 0px 5px 0px;
	color: #FFFFFF;
	font-size: 10px;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

#reservation select, #reservation input {
	font-size: 10px;
}

#reservation a:link, #reservation a:visited {
	color: #b4a06e;
	text-decoration: none;
	font-size: 10px;
}

#reservation a:hover {
	text-decoration: underline;
}

#reservation table {
	width:960px;
	height:45px;
	margin: 0 auto;

	
}

#reservation table td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#reservation table td img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}


#checkbtn{
background:#a64046;

	border:thin 1px #ffffff;
	width:135px;
	height: 23px;
color:#e2b981;
}

#cancelbtn{
background:#6f4915;
	border:0px;
	width: 90px;
	height: 20px;
color:#e2b981;
}










