CSS
Code
#search {
width:317px;
height:37px;
float:left;
}
.search_fon {
color:#777777;
background: url(/search_fon.png) no-repeat;
border:none;
position:absolute;
width:262px;
font-weight:none;
padding:11px 0 10px 15px;
margin:0;
}
Top part of the website (Liekat kur gribat)
Code
<div
style=»padding:55px 0 0 20px;»><form
onsubmit=»document.getElementById(‘sfSbm’).disabled=true» method=»get»
action=»/search»><input name=»q» type=»text» value=»Поиск по
сайту…» onkeyup=»ch();» onfocus=»this.value=»;» /><input
style=»padding-left:262px» type=»image» src=»/go.png» title=»Meklēt» alt=»Meklēt» /><input name=»a» value=»14″
type=»hidden»></form>
</div>