#adv_searchbox{
  
	background-color:#f9f5dd;
	margin-right:1px;
	
	}
form { 

	
	margin:0px;

}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding-right: 5px; 
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

form input.checkbox { 
	float: right; 
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	margin: 1px 10px 10px 10px;
	clear:none;
}


form label.name { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: auto; 
	padding: 0; 
	margin: 5px 0 0 10px; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#search_pork { 
margin-left: 119px;


}
#search_season { 
margin-left: 79px;


}



form input, form textarea, .fFieldSelect {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.fFieldSelect {
	width:147px;
	}
.fSubmit {
	margin-left:256px;
	}
#search_button_cont {
	display:block;
	background-color:#f3edce;
	padding-top:5px;
	padding-bottom:13px;
	}
	#searchfield {width:150px; height:13px; margin-bottom:-1px}
#go {margin-bottom:-3px}


#sresults_cont_left h2, #sresults_cont_right h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:70%;
	font-weight:500;
	color:#000000;

}

