.serviceLine{
	float:left;
	width:270px;
	height:16px;
	line-height:16px;
	font-weight:bold;

}
.roomNbr{
	float:left;
	width:30px;
	height:16px;
	line-height:16px;
	font-weight:bold;
}
.minLine{
	float:left;
	width:50px;
	height:16px;
	line-height:16px;
	font-weight:bold;

}
.maxLine{
	float:left;
	width:50px;
	height:16px;
	line-height:16px;
	font-weight:bold;

}
.comment{
	float:left;
	height:16px;
	line-height:16px;

}
.listLine{
	float:left;
	width:400px;
}
/*search*/
.search{
	float:left;
	width:288px;
	border:solid 1px #3C1526;
}
.searchTerm{
	float:left;
	width:180px;
	height:20px;
	line-height:18px;
}
.searchInput{
	float:left;
	width:100px;
	height:20px;
	font-size:10px;
	line-height:18px;
}
input .search{
	border:solid 1px #3C1526;
}
.btnSearch{
	width:100px;
	height:18px;
	background-color:#3C1526;
	border:solid 1px #3C1526;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	cursor:hand;
}
