#search_box {
  background: #993300;
  border: 0px;
  float: left;
  margin: 0px;
  padding: 0px; 
  width: 1000px;	/* 950px; */ /* IE5Xwin sees this (standards width plus padding and border on left and right)*/
  voice-family: "\"}\"";
  voice-family: inherit;
/*  text-align: right; */
  width: 1000px;	/* 950px; */ /* standards width */
  height: 30px;
}
html>body #search_box {
  width: 1000px;	/* 950px; */ /* standards width reinforcement */
  height: 30px;
}
#search_brand {
  background: transparent;
  border: 0px;
  margin-left: 40px;
  padding: 0px;
  float: left;
  text-align:left; /* centering hack 2/2 */
  width: 400px;
  height: 20px;
  font-family:Helvetica,Arial,Verdana,sans-serif;
  color: white;
  font-weight: bold;
}
html>body #search_brand{
  width: 400px; /* standards width reinforcement */
  height: 20px;
}
#search_keyword {
  background: transparent;
  border: 0px;
  margin-right: 40px;
  padding: 0px;
  float: right;
  text-align: right; /* centering hack 2/2 */
  width: 400px;
  height: 20px;
  font-family:Helvetica,Arial,Verdana,sans-serif;
  color: white;
  font-weight: bold;
}
html>body #search_keyword{
  width: 400x; /* standards width reinforcement */
  height: 20px;
}

