DIV#webchat {
  width: 235px;
  height: 125px;
  
<!--  background-image: url(/www/images/home/search-bg.png);-->
  background-repeat: no-repeat;
  
  margin-left: 25px;
  margin-bottom: 20px;
  
  /* not sure why this works but ff2 needs it...? */
  border: 3px solid #FFF; 
  }

DIV#webchat FORM { 
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  }
  
INPUT#txtSearchBox {
  padding-left: 24px;  
  height: 17px;
  width: 140px;
  
  color: transparent;
  }
  
INPUT#btnSearchButton { 
  width: 24px;
  height: 24px;
  
  color: transparent;
  text-indent: -5000px;
  background-color: transparent;
  background-image: url(/www/images/home/go-button.png);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  
  border: 0px solid transparent;
  
  display: block;
 }
  
DIV#webchat txtSearchBox { 
  width: 165px;
  }
  
DIV#webchat A {
  color: #FFF;
  margin-left: 15px;
  
  font-size: 9px !important;
  text-decoration: underline !important;
  }
