<form action="/" method="get">
    <label for="search">Label</label>
    <input placeholder="Search" type="text" name="s" id="search" value="<?php the_search_query(); ?>" />
    <input class="xxx" type="submit" id="searchsubmit" value="Search" />
</form>