

#bookingDiv{		/* div containing the check avail stuff*/
	margin-left:38px;
	margin-top:15px;
}

#best{
	float:left;
	margin-top:5px;
	margin-left:38px;
	font-size:12px; 
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	display:inline;    
	float:left;        
	padding:12px 0;      
	width:190px;
	text-align:center;	
	background:#940014;
}

/* ---------------------------- BOOKASSIST FORM ----------------------- */


#bookassist_form{	/* main box containing (but not the containing Div)*/
	float:left;  
	width:190px;
	margin:0;
	background:url(../images/bg_check_avail.jpg) repeat-x;
}    

#bookassist_form .search_title{		/* Top Title Box (book online or check availibility) */
	font-size:12px; 
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	margin:0px;
	margin-bottom:15px;
	display:inline;    
	float:left;        
	padding:12px 0;      
	width:190px;
	text-align:center;	
	background:#940014;
}    
#bookassist_form label{			/* Arrival Departure Words */
	float:left;
	clear:left;   
	margin:5px 80px 2px 17px;
	display:inline;   
	color:#940014;

	
}   
#bookassist_form select{		/* form boxes ALL*/
	float:left;
	clear:left;   
	margin:0px 0 10px 25px;
	display:inline;
    font-size:10px;  
}
#bookassist_form #inmonthyear, #bookassist_form #outmonthyear{   /* form boxes Month Year excluding day*/
 	clear:none;        
	margin-left:10px;
	width:80px;
}    

#bookassist_form #outday{  		/* departure day form*/
	margin-left:15px;
}     

#bookassist_form #inday{ 	  	/* arrival day form*/
	margin-left:15px;
}   

#bookassist_form img{
	float:left; 
	margin:1px 0 0 5px;
} 
#bookassist_form .date_input{
	clear:both;
	float:left;
	border:1px solid #000000;
	font-size:11px;
	margin:10px 0px 3px 60px;
	color:#940014;
	width:95px;
	font-weight:bold;
	background:white;
	margin-top:-5px;

	}



#bookassist_form .date_input:hover{
	color:#FFCDD4;
}
   
