/* EDITABLE */
#MainTable{width:600px;}
#Centring_Box{width:500px; text-align: center;}
#HS_ContentBox{width:350px; margin:0 auto; text-align:left;}

/* FIXED */
/*Hotel Search*/
	.HS_Section_Divs{margin-bottom:10px;}
	.HS_SectionHalf_Divs{margin-bottom:5px;}
	.HS_Section_Elements{margin-right:5px;}

/*Select Region*/	
	#HS_SelectRegion{
		width:100%;
		margin:0px 0px 20px 0px;
	}
	
		#HS_Areas_box{margin-bottom:10px}
			#HS_Areas_Caption{	width:150px; padding: 5px 0px 0px 0px; float:left;}
			#HS_Areas_Sel{width: 150px;}
		#HS_Resorts_box{margin-bottom:10px}
			#HS_Resorts_Caption{width:150px;	padding: 5px 0px 0px 0px; float:left;}
			#HS_Resorts_Sel{width: 150px;}
		#HS_HotelName_box{clear:left;}
			#HS_HotelName_Caption{width:150px; padding: 5px 0px 0px 0px; float:left;}
			#HS_HotelName_Input{width: 150px;}

/*Calendar*/	
	#HS_NDays_Input{width:20;}

/*RoomConfig*/	
	#PersonsinRoom0{width:20;}	
	
	/*AddRoom*/
		.HS_LeftButton{float:left;}
		.HS_RightButton{text-align:right; height:16px;}

	#HS_AddRoom{clear:left;}

/*Result Order*/

#HS_Bookable1 input{float:left;}
#HS_Bookable2 input{float:left;}


/*Options*/		
	#HS_OptionsLeft_Box{width:33%; vertical-align:top;}
	#HS_OptionsCenter_Box{width:34%; vertical-align:top;}
	#HS_OptionsRight_Box{width:33%; vertical-align:top;}
	
