.search_frm
{
  margin: 0px auto 0px auto;
}
.search-text{
	width:420px;
	height:18px;
	padding:6px 8px;
	font-size:15px;
	line-height:18px;
	color:#000;
	border:1px solid #007f00;
}
.short-text{
	float:left;
	width:122px;
	height:18px;
	padding:6px 8px;
	font-size:15px;
	line-height:18px;
	color:#000;
	border:1px solid #007f00;
	margin:0 0 0 0px;
	display:inline;
}
.btn-submit{
	margin:0 0 0 17px;
	display:block;
	width:140px;
	height:29px;
	border:none;
	text-align:center;
	color:#fff;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	padding:0 0 1px;
	line-height:32px;
}
.btn-submit-enabled
{
  background:url(/images/btn_search_1.jpg) no-repeat 0 -29px;;
  cursor: pointer;
  color: #ffffff;  
}
.btn-submit-disabled
{
  background:url(/images/btn_search_1.jpg) no-repeat 0 0px;
  cursor: auto;
  color: #d0d2d3;  
}

#ddlRooms{position:absolute;border:1px solid #CACDCF;width:113px;right:0px;top:30px;background:white;}
#ddlRooms div{cursor:pointer;font-size:15px;}
#divRooms{font-size:15px;height:18px;border:1px solid #007f00;width:90px;padding:6px;}
#btnRooms{border:1px solid #007f00; background:#f4f4f5; width:18px; height:18px;position:absolute;top:0px;right:0px;padding:6px;4px;6px;8px;}