#reservations input {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	width: 160px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #74715B;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
input#shopping {
	width: auto;
	height: auto;
}
#reservations textarea {
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #74715B;
	width: 420px;
	height: 80px;
	font-size: 12px;
	color: #069;
	text-decoration: none;
	font-family: Calibri, Helvetica, sans-serif;
}
#reservations #button {
	width: auto;
	height: auto;
	background-color: #74715B;
	color: #FFC;
	border: 2px solid #333;
}
#reservations #vehicle {
	margin-top: 10px;
}
