<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<label for="s"><?php _e('Search for:', 'kubrick'); ?></label>
<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" style="width: 95%;" />
<span class="iwt-button-wrapper">
<span class="l"> </span>
<span class="r"> </span>
<input class="iwt-button" type="submit" name="search" value="<?php _e('Search', 'kubrick'); ?>"/>
</span>
</div>
</form>