/*** SiteStyleForms.css - Form Styles ***/

FORM#form1						{margin:0px;padding:0px;}

/* Search Styles */  
#searchCt							{
	position:absolute;
	top:84px;
	right:0px;
	width:230px;
	height:22px;
	background-color:#F78E1E;
	overflow:hidden;
}
FORM#search						{background:transparent;margin:0px;padding:0px;}
#searchCt INPUT					{vertical-align:middle;border:0px;}
#searchTerms						{background:#fff;width:159px;margin:0px;padding:0px 8px 2px 8px;font-family:Georgia, "Times New Roman", Times, serif;font-size:13px;border:0px;}
html>body #searchTerms { *margin-top: -2px; }
#searchSubmit						{position:absolute;right:3px;width:55px;height:22px;}