@charset "UTF-8";/* CSS Document *//*	***************************************************************	NOTE:	---------------------------------------------------------------	- When adding styles to this file, please begin all 	id and class names with gd_searchbox_ to prevent naming conflicts.		- Avoid setting fonts/colors/sizes here, let the site's	main stylesheet dictact those where possible.	****************************************************************//* MAIN container - wraps everything */#gd_searchbox_container { width:300px; font-size:11px; line-height:13px; }#gd_searchbox_container * { text-align:left; }#gd_searchbox_container input, #gd_searchbox_container select { font-size:11px; }#gd_searchbox_container fieldset { border:0; margin:2px 0; padding:0; }/* CHECK IN - CHECK OUT ---------- *//* wraps check-in and check-out sections */fieldset#gd_searchbox_checkin{ float:left; width:140px; }div#gd_searchbox_checkin-label{ padding-top:3px; }div#gd_searchbox_checkin-fields{ float:left; }fieldset#gd_searchbox_checkout{ float:left; width:140px; }div#gd_searchbox_checkout-label{ padding-top:3px; }div#gd_searchbox_checkout-fields{ float:left; }/* CHECK IN - CHECK OUT ---------- *//* wraps adults/children/rooms section */div#gd_searchbox_details { padding:5px 0; clear:both; }/*-- Details (adults/children/rooms) Table styles --*/.gd_searchbox_detailsTable{ width:180px; }.gd_searchbox_detailsTable td{ text-align:left; padding: 2px 1px; width:33%; }/* wraps "search for" rooms/specials/golf section */#gd_searchbox_systemType{ padding:0; width:140px; float:left; }#gd_searchbox_container input#resBox_submit { margin-top:13px; float:left; }/* for the popup calendar - DO NOT CHANGE - 3rd Party */#iframeCal{ z-index:2; position:absolute; width:275px; height:136px; visibility:hidden; }
