/* CSS Document */
/*.bb_resbox h2,p{margin:0; padding:0;}*/
.bb_resbox h2{margin:0; padding:0;}/*Satish - 6 Jul 2012*/
.bb_resbox{
	background: #F9F9F9;
	border:1px solid #BBB;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:240px;/*1 layout*/
}
.bb_resbox h2{
	background:#DDD;
	border-bottom:1px solid #BBB;
	font-size: 20px;
	font-weight: normal;
	text-align:center;
	/*margin-bottom:10px;*/
	padding: 4px 0;
	color:#000000;
}
p.bbres_fieldset{
	float:left;
	width:100%;
	/*padding:0 7px 7px;*/
	padding:7px 7px 0 7px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;/*Satish - 6 Jul 2012*/
}
p.bbres_fieldset label{
	float:left;
	padding-top:3px;
	width:80px;
	
}
p.bbres_fieldset input{
	float:left;
	border:1px solid #CCC;
	background-color:#FFF;
	/*width:101px;*/
	width:76px;
	padding:2px;
	color:#000000;
}
p.bbres_fieldset input.bbres_booknow{
	cursor:pointer;
	background-color: #dbdcde;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8e9ea), to(#dbdcde));
	background-image: -webkit-linear-gradient(top, #e8e9ea, #dbdcde);
	background-image: -moz-linear-gradient(top, #e8e9ea, #dbdcde);
	background-image: -ms-linear-gradient(top, #e8e9ea, #dbdcde);
	background-image: -o-linear-gradient(top, #e8e9ea, #dbdcde);
	background-image: linear-gradient(top, #e8e9ea, #dbdcde);
	border-bottom:1px solid #CCC;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	height:auto;
	width:130px;
	
	-webkit-border-radius:.5em; 
	-moz-border-radius:.5em; border-radius:.5em;
	 -webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	  -moz-box-shadow:0 1px 2px rgba(0,0,0,.2); 
	  box-shadow:0 1px 2px rgba(0,0,0,.2);
	  margin-bottom: 7px;
}
/*** Horizontal booking box ***/
.bb_hrbox{
	width:800px;/*2nd layout*/
}
.bb_hrbox label{
	width:70px;
}
.bb_hrbox p{
	width:auto;
}
.bb_hrbox label.aclabel{
	/*width:35px;*/
	width:auto;
	margin-right: 7px;
}
.bb_hrbox label.aclabelrm{
	width:auto;
	margin-right: 7px;
}
.bb_hrbox label.cilabel{
	/*width:60px;*/
	width:auto;
	margin-right: 7px;
}
/*** 3rd type of box ***/
.bb_hrheadlbox{
	width:850px;/*3rd layout*/
}
.bb_hrheadlbox h2{
	width:auto;
	float:left;
	padding:6px 6px;
	border-right:1px solid #BBB;
	border-bottom:none;
	margin-bottom:0;
}
.bb_hrheadlbox label{
	width:70px;
}
.bb_hrheadlbox p{
	width:auto;
	padding:5px 7px;
}

.bb_hrheadlbox input{
	width:80px;
}
.bb_hrheadlbox label.aclabel{
	width:35px;
}
.bb_hrheadlbox label.aclabelrm{
	width:45px;
	
}
.bb_hrheadlbox label.cilabel{
	width:60px;
}

select.bb_combobox{
	background-color:#FFF;
	border:1px solid #afafaf;
	border-radius:6px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:2px;
	margin:0; /*chrome hack*/
	}

.cal, .ui-datepicker-trigger {
	cursor:pointer;
	float: left;
	background: url(../../images/bookingbtn/calendar.png) no-repeat;
	border:none;
	margin-left:3px;
	/*Grey*/
	/*background-position:left -26px;*/
	width: 21px;
	height: 21px;
}
