#keywordSearch { 
	float:left;
	padding:5px 0 0 14px;
}
#keywordSearchForm {
	float:left;
}

#keywordSearchForm .button {
	background:transparent url(../../../buttons/grey/go.gif) no-repeat center top;
	width:24px;
	height:18px;
	border:none;
	cursor:pointer;
	float:left;
}

#keywordSearchForm .input {
	color:#666666;
	font-family:Verdana, sans-serif;
	font-size:11px;
	width:296px; 
	height:19px;
	float:left;
	margin-right:3px;
}

#keywordSearchForm input[class="input"] { /* fix for FF on Mac. degrades gracefully on other compliant browsers */
  background-color: #FFF;
  font-size:10px;
}

ul.keywordSearchSuggestions { 
	list-style-type:none;
	list-style-position:outside;
	background-color:white; 
	border:solid 1px silver; 
	padding:0px; 
	z-index:20000; 
	position:absolute;
	display:none;
	text-align:left;
	font-size:11px;
	margin:0px;
	width:293px;
	_width:295px;
}

ul.keywordSearchSuggestions li { margin:0px; padding:0px 5px 0px 2px;  height:16px; vertical-align:middle; cursor:pointer; line-height:normal; font-size:11px;}
ul.keywordSearchSuggestions li.over { background-color:#BEB7AE; }

A.searchBarTopNavSearchHeader:link,A.searchBarTopNavSearchHeader:visited,A.searchBarTopNavSearchHeader:active
{
	font-family:Verdana, Arial, Sans-Serif; 
	font-size:10px; 
	font-weight:bold ! important; 
	color:#666666; 
	text-decoration:none;
}

A.searchBarTopNavSearchHeader:hover
{
	text-decoration:underline;
}

.searchBar { background:#F4F2EF;border-left:solid 1px #E1DFDC;width:770px;height:29px; #height:27px}
.searchBarLabel {
	padding:2px 2px 2px 0px;
	display:block;
	float:left;
}
.searchBar717 { background:#F4F2EF;border-left:solid 1px #E1DFDC;width:716px;height:29px; #height:27px }
.searchBarLinks { 
	float:left;
	width:240px;
	text-align:center;
	background:#F4F2EF;
	padding-top:7px;
	margin-left:14px;
}

.searchBarLinks a,.searchBarLinks a:link,.searchBarLinks a:visited { font-family:verdana; font-size:10px; font-weight:normal; text-decoration:none;color:black }
.searchBarLinks a:hover { text-decoration:underline }
.searchBarSep {margin:0px 10px; #margin:0px 9px; }