body { width: 530px; margin: 0 auto; }
/* Station Finder Form*/
#station_finder_form { font: 12px verdana, arial, helvetica, sans-serif; width: 500px; padding: 15px; }
	#station_finder_form #global { border: 1px dotted #333; min-height: 260px; background: #F5F4F4 url('/images/stationfinder/bg_atkCast.jpg') no-repeat 0 0; }
	#station_finder_form label { display: block; margin: 125px 0 0 27px;}
	#station_finder_form input { display: block; margin: 10px 27px 20px 26px; }


	
/* Station Finder Chart */
#station_finder { font: 12px verdana, arial, helvetica, sans-serif; padding: 15px; width: 525px;  }
	#station_finder_header { background: url('/images/stationfinder/title_findLocalListings.png') repeat-x; width: 500px; height: 51px; text-align: right; }
		#station_finder_header #global { padding: 12px 30px 0 0; }
		#station_finder_header label { padding: 0 15px 0 30px; font: bold 21px Gotham, "Century Gothic", verdana, arial, helvetica, sans-serif; display: inline; color: #fff; }	
		#station_finder_header input#zipcode { width: 115px; margin: 5px 0 0 20px;}
		#station_finder_header input#search { margin-bottom: -11px;}
		
	#station_finder_results { border: 1px dotted #333; width: 460px; padding: 19px; margin: 5px 0 0 0;}
	    #stationFinderTable { font: 11px verdana, arial, helvetica, sans-serif; margin: 10px 0; }
	        #stationFinderTable th { font-weight: bold; text-align: left; background: #c5c5ba; padding: 2px 0 0 26px;}
		#stationFinderTable td { padding-left: 26px; text-align: left; white-space: nowrap; }
		#stationFinderTable .station td { padding: 20px 0 5px 0; font-weight: bold; }
                #stationFinderTable tr.space td { height: 20px; border-bottom: 1px dotted #c5c5ba; }

			
	.StationFinder_Note { background: #e8e8e3; width: 500px;}
		.StationFinder_Note p { margin: 4px 0 0 0; padding: 25px 15px; font-size: 11px; line-height: 16px; }
		

a { color:#D73A15; text-decoration: none; }
a:hover { color:#000; text-decoration: underline; }
