File: /home/workshopbrain/public_html/statusplan.com/wp-content/themes/DDCM/search-widget.php
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/" style="width:100%;">
<label class="mine" for="s"><?php _e('SEARCH'); ?></label>
<br>
<input type="text" style="" value="<?php the_search_query(); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="GO" style="width:20%;font-size:0.7em;color:#fff;font-weight:bold;" />
</form>
<br>
<div style="height:1px;clear: both;"></div>