/*BOOKASSIST CSS STARTS*/
		
		/*CONTROLS FORM VARIABLES*/
		#bookassist_form{
			font-size:11px;
			text-transform:capitalize;
			text-align:center;
			color: #000000;
			overflow:hidden;
		}
		/*CONTROLS DIV INSIDE FORM */
		#bookassist_form #DatesForm{
		text-align:center;
			overflow:hidden;
			margin-bottom:5px;
			margin-top:5px;
		}
		/*CONTROLS DISPLAY VARIABLES OF THE TITLE OF FORM i.e CHECK AVAILABILITY */
		#bookassist_form .search_title{
		color:#000000;
		margin-right:30px;
		font-size: 11px;	
		}
		/*CONTROLS DISPLAY VARIABLES OF THE LABELS OF FORM i.e ARRIVAL and DEPARTURE*/
		#bookassist_form label{
		margin-left:10px;
		color:#000000;
		font-size: 11px;
		}
		/*CONTROLS DISPLAY VARIABLES OF THE DATES DROP DOWNS*/
		#bookassist_form .date_select{
			color: #333333;
			font-size:10px;
			margin-left:5px;
			width:48px;
			padding:0;
		}
		/*CONTROLS DISPLAY WIDTH OF DATE DROP DOWNS*/
		#bookassist_form #DatesForm #inday{
		width:42px;
		}
		#bookassist_form #DatesForm #outday{
		width:42px;
		}
		#bookassist_form #DatesForm #inmonthyear{
		width:80px;
		}
		#bookassist_form #DatesForm #outmonthyear{
		width:80px;
		}
		/*CONTROLS DISPLAY VARIABLES OF THE SUBMIT BUTTON*/
		#bookassist_form .date_input{
			text-transform: capitalize;
			color: #333333;
			width:70px;
			font-size:10px;
			padding:0px 2px 0px 2px;
			margin-left:30px;
		}
		/*CONTROLS DISPLAY VARIABLES OF <NOSCRIPT> TEXT*/
		#ba_javascript p{
margin:0px 0px 0px 5px;
padding:0px;
font-family:verdana;
			font-size:10px;
			color: #000000;
}
#ba_javascript a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #000000;
text-decoration:underline;
}
/*BOOKASSIST CSS ENDS*/