/*Bookassist Starts*/
		#bookassist_form{
			font-family:verdana;
			font-size:10px;
			text-transform:capitalize;
			text-align:center;
			color: #FFFFFF;
			height:30px;
			background:url(images/check_back.gif) repeat-y;
			border:1px solid #CCCCCC;
			
		}
		#bookassist_form #DatesForm{
			margin-top:6px;
			margin-bottom:5px;
		}
		#bookassist_form .search_title{
		margin-right:30px;
		font-weight:bold;
		}
		#bookassist_form label{
		margin-left:10px;
		}
		#bookassist_form .date_select{
			font-size:10px;
			background: #FFFFFF;
			color:#666666;
			margin-left:5px;
			width:48px;
			padding:0;
		}
		#bookassist_form #DatesForm #inday{
		width:43px;
		}
		#bookassist_form #DatesForm #outday{
		width:43px;
		}
		#bookassist_form #DatesForm #inmonthyear{
		width:80px;
		}
		#bookassist_form #DatesForm #outmonthyear{
		width:80px;
		}
		
		#bookassist_form .date_input{
			text-transform: capitalize;
			width:50px;
			font-size:10px;
			padding:0px 2px 0px 2px;
			margin-left:30px;
			background: #999999;
			border:1px solid #666666;
			color:#FFFFFF;
		}
	#bookassist_form img{ 
	margin-left:5px;
	margin-bottom:0px;
	}
	#ba_javascript p{
	margin:0px 0px 0px 5px;
	padding:0px;
	font-family:verdana;
	text-align:center;
	font-size:10px;
	color: #FFFFFF;
	}
	#ba_javascript a{
	color: #FFCC33;
	text-decoration:underline;
	}