thanks sbillard,
...it is smaller because they are different ones. I did not really make an integration of WP and ZP, I have installed both and make them appear the same. I did not thinked about the search part earlier

I did not change the search forms (just the WP one and only by adding the text) I tried to change that div with the css but did not work, dont know why. The code is:
<form id="searchform" action="<?php bloginfo('url'); ?>/" method="get" role="search">
<fieldset>
<label for="s"></label>
<input type="text" name="s" />
<input type="submit" name="submit" value="Search barrento.com" />
</fieldset>
</form>
it works, I found it in the wp forum, but i can not change the look.
the ZP one is: <?php if (getOption('Allow_search')) { printSearchForm(''); } ?>
The major problem is that each form searches only a part of the site: WP searches the blog, and the ZP one search only the galleries... any help on this? I tried to put the WP one in the ZP, but did not work at all.