Hi,
You shouldn't put the control inside the <head>, put it inside the <form>.
Also, you already have a SearchInput control in your layout.master (it's toward the bottom and renders as a link) so you need to change the ID of the SearchInput you are adding to SearchInput2.
HTH,
Joe D.