<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> <div> <input type="text" value="<?php _e( 'Type & Enter', 'sunburn' ); ?>" onfocus="this.value=''; this.style.color='#fff';" onblur="this.style.color='#3F3F3F';" name="s" id="s" /> </div> </form>