mira, ya estuve sacando cosas...
   
Código PHP:
Ver original<?php
  $info_box_contents = array();   $info_box_contents[] = array('text' => BOX_HEADING_SEARCH
);  
  new infoBoxHeading($info_box_contents, false, false);
 
  $info_box_contents = array();   $info_box_contents[] = array('form' => tep_draw_form
('quick_find', tep_href_link
(FILENAME_ADVANCED_SEARCH_RESULT
, '', 'NONSSL', false), 'get'),                                'align' => 'center',
                               'text' => '
<table>
 <tr>
  <td>'. tep_draw_input_field('keywords', '', 'size="10" maxlength="30" class="form_total form_2"') . '' . tep_hide_session_id() .  '</td>
 </tr>
</table>
                       
                        ');
 
  new infoBox($info_box_contents);
?>
  
lo q me gustaria sacarle ahora es el texto "Busqueda rapida" y la imagen naranja chiquita q tiene al lado, como tambien esas lineas de abajo "-----------------" en blanco.