table.search { 
  width: 160px;
	height: 211px;
	margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
	text-align:center;
  color: black;
	background-image:url(/images/srchcontainer.png);
	background-repeat:no-repeat;
}

a:link { color: black; text-decoration: underline; }
a:hover { color: black; }
a:visited { color: black; text-decoration: underline; }
a:visited:hover { color: black; }

td.search { padding-left: 5px; padding-right: 5px; padding-bottom: 1px; }

select.quick { font-size: 11px; color: #404040; width: 140px; }
select.advanced { font-size: 12px; }

input.search {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 132px;
  font-weight: bold; 
}

option.w { color: black; background-color: white; }

.whitespace { padding-bottom: 10px; }
.label { padding-top: 6px; }
.explanation { padding-left: 10px; color: red; font-size: 12px; white-space: nowrap; background-color:#EEE8CD;}
