@charset "utf-8";
/* CSS Document */
		
		.reservation_segment{ text-align:center; }
		.reservation_segment .segment_fld{ height:130px; background-color:#fafafa; }
		.reservation_segment .seg{ border-radius:8px; position:relative; bottom:60px; }
		
		.reservation_segment .form_label{ color:#FFF; }
		
		.reservation_segment input{ background-color:#FFF; }
		
		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			.reservation_segment .segment_fld{ height:auto; }
			.reservation_segment .seg{ bottom:0px; border-radius:0px; }
			
		}
		
		@media only screen and (max-width:490px){
			
		}

