.webres
{
	margin-top: 8px;
	background-color: #FFCC66;
	width: 585px;
	height: 30px;
	font-family: Arial, Helvetica;

}

.webres, .webres input, .webres select
{
	font-size: 10px;
}

.webres div
{
	float: left;
}

.webres .textHeadline
{
	font-size: 14px;
	line-height: 30px;
	padding-left: 5px;
	font-weight: 600;
}

.webres .inputDate, .webres .pbCal, .webres .pbSubmit, .webres .selectGuests, .webres .selectRooms
{
	padding-top: 6px;
}

.webres .selectGuests, .webres .selectRooms
{
	margin-left: 4px;
	line-height: 18px;
}

.webres .selectGuests input, .webres .selectRooms input
{
	background-color: #FFCC66;
	border: solid 1px gray;
	font-size: 8pt;
	margin-left: 3px;
	width: 28px;
	padding-left: 2px;
}

.webres .inputDate
{
	padding-left: 3px;
	padding-right: 3px;
}	

.webres .inputDate input
{
	width: 87px;
	padding-left: 3px;
	background-color: #FFCC66;
	border: solid 1px gray;
	font-size: 8pt;
}

.webres .pbCal
{
	margin-right: -10px;
}

.webres .pbSubmit input
{
	
	background-color: #FFCC66;
	border: solid 1px gray;
	font-size: 8pt;
	width: 45px;
	margin-left: 9px;
}