Code
<!-- Search create -=Glebero4ek=- -->
<input class="otextarea" style="border: 2px solid цвет обводки;
width: 300px; height: 20px;" autocomplete="off" value="Ваше слово"
onblur="if(this.value=='') this.value='Ваше слово';"
onfocus="if(this.value==Ваше слово') this.value='';"
id="mainSearchInput"
onkeyup="if(event.keyCode!=13){suggest(this.value,event.keyCode)}else{return
checkEnterSearch();}" type="text">
<input class="button"
id="mySearchSubmitButton"
onclick="document.mysearchform.query.value=$('#mainSearchInput').val();document.mysearchform.submit();
" style="height: 20px;" value="Поиск фильма" type="submit">
<div id="suggestDiv" style="display: none; margin-top: 0px;"></div>
<form method="post" action="/news/" name="mysearchform">
<input name="query" type="hidden">
<input name="a" value="14" type="hidden">
</form>
<!-- Seatch create -=Glebero4ek=- -->