/*BOOKASSIST CSS STARTS*/
.blqReserva{
	background: url(../img/bg_reservaonline.gif) no-repeat center left;
	width:/*912px*/894px;
	height:/*53px*/37px;
	padding:16px 0 0 18px;
	margin-left:50px;
	font-size:11px;
	color:#413935;
	}		
		/*CONTROLS FORM VARIABLES*/
		#bookassist_form{
			font-size:11px;
			text-transform:capitalize;
			text-align:center;
			overflow:hidden;
			font-family: Georgia, "Times New Roman", Times, serif;
			width:894px;
		}
		/*CONTROLS DIV INSIDE FORM */
		#bookassist_form #DatesForm{
			text-align:center;
			overflow:hidden;
			margin-bottom:5px;
		}
		/*CONTROLS DISPLAY VARIABLES OF THE TITLE OF FORM i.e CHECK AVAILABILITY */
		#bookassist_form .search_title{
			margin-right:4px;
			font-size: 16px;	
			color:#824a0e;
		}
		/*CONTROLS DISPLAY VARIABLES OF THE LABELS OF FORM i.e ARRIVAL and DEPARTURE*/
		#bookassist_form label{
			margin-left:10px;
			font-size: 11px;
		}
		/*CONTROLS DISPLAY VARIABLES OF THE DATES DROP DOWNS*/
		#bookassist_form .date_select{
			color: #824a0e;
			font-size:11px;
			margin-left:5px;
			width:48px;
			padding:0;
			border:1px solid #bd782e;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		/*CONTROLS DISPLAY WIDTH OF DATE DROP DOWNS*/
		#bookassist_form #DatesForm #inday{
		width:42px;
		}
		#bookassist_form #DatesForm #outday{
		width:42px;
		}
		#bookassist_form #DatesForm #inmonthyear{
		width:100px;
		}
		#bookassist_form #DatesForm #outmonthyear{
		width:100px;
		}
		/*CONTROLS DISPLAY VARIABLES OF THE SUBMIT BUTTON*/
		#bookassist_form .date_input{
			background: url(../img/bt_standarmini.png) no-repeat center;
			width:97px;
			height:27px;
			padding-top:0px;
			margin-top:0px;
			font-size:13px;
			color:#592b0f;
			text-align:center;
			border:none;
			text-transform:capitalize;
			margin-left:10px;
		}
		/*CONTROLS DISPLAY VARIABLES OF <NOSCRIPT> TEXT*/
		#ba_javascript p{
			margin:0px 0px 0px 5px;
			padding:0px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:10px;
		}
		#ba_javascript a{
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:10px;
			text-decoration:underline;
		}
/*BOOKASSIST CSS ENDS*/
