.webres
{
	width: 118px;
	font-family: Arial;
	font-size: 11px;
	padding: 2px;
	background-color: #C8C8C8;
	z-index: 999;
}

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

.webres div
{
	
}

.textHeadline
{
	
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	color: #555555;
}

.webres .inputDate, .webres .pbCal, .webres .pbSubmit, .webres .selectGuests, .webres .selectRooms
{
}

.webres .selectGuests .text, .webres .selectRooms .text
{
	float: left;
}

.webres .selectGuests
{
	height: 25px;
}

.webres .selectGuests, .webres .selectRooms
{
	line-height: 17px;
	padding-left: 3px;
	float: left;
	margin-bottom: 5px;
}

.webres .selectGuests input, .webres .selectRooms input
{
	border: solid 1px gray;
	width: 30px;
	float: left;
	background-color: #C8C8C8;
	
}

.webres .inputDate
{
	margin-left: 1px;
	float: left;
}	

.webres .inputDate input
{
	padding-left: 3px;
	border: solid 1px gray;
	width: 90px;
}

.webres .pbCal
{

}

.webres .pbCal img
{
	margin-left: 2px;
	margin-top: 1px;
}

.webres .pbSubmit
{
	text-align: center;
}

.webres .pbSubmit input
{
	border: solid 1px gray;
	background-color: #C8C8C8;
	width: 100px;
	cursor: pointer;
}