#reservation {
	padding: 0px;
	width: 130px;
	position: absolute;
	margin: 0px;
	top: 58px;
	left:510px;
	height: 38px;
}
#reservation #inputBtn {
	margin: 0px;
	padding: 0px;
}

#reservation #inputBtn input{
	font-size: 15px;
	text-decoration: none;
	color: #8B3E2E;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-color:#FDF5DE;
	display: block;
	padding: 0px;
	height: 38px;
	width: 140px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#reservation #inputBtn input:hover {
	color: #E47816;
}

* html #inputBtn input{
	top: 7px;
	position: absolute;
}
* html #inputBtn #inInput {
	top: 2px;
}
