.webres
{
	margin-top: 8px;
	background-color: #7A4F28;
	width: 737px;
	height: 30px;
	font-family: Arial, Helvetica;
	color: white;
	margin-bottom: 5px;
}

.webres, .webres input, .webres select
{
	font-size: 10px;
}

.webres div
{
	float: left;
}

.webres .textHeadline
{
	font-size: 14px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 600;
}

.webres .inputDate, .webres .pbCal, .webres .pbSubmit, .webres .selectGuests, .webres .selectRooms
{
	padding-top: 6px;
}

.webres .selectGuests, .webres .selectRooms
{
	margin-left: 20px;
	line-height: 18px;
}

.webres .selectGuests input, .webres .selectRooms input
{
	background-color: #7A4F28;
	border: solid 1px white;
	font-size: 8pt;
	margin-left: 3px;
	width: 28px;
	padding-left: 2px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.webres .inputDate
{
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 20px;
}	

.webres .inputDate input
{
	width: 87px;
	padding-left: 3px;
	background-color: white;
	border: solid 1px white;
	font-size: 8pt;
}

.webres .pbCal
{
	margin-right: -10px;
}

.webres .pbSubmit input
{
	color: white;
	background-color: #7A4F28;
	border: solid 1px white;
	font-size: 8pt;
	width: 75px;
	margin-left: 19px;
}