Deci modificăm $SEARCH_FORM$. În CSS punem stilu:
Code
/* Cauta */
.searchForm {float: right; width: 256px; position: relative; right: 5px; top: 0px;}
.schQuery {float: left; width: 205px;}
.schBtn {float: right; width: 50px;}
input.queryField {height: 22px; width: 205px; color: #515151; line-height: 22px; font-size: 10pt; background: url('http://maxrom.ucoz.com/imagini/design1/cauta.png') repeat-x; border-top: 1px solid #008bd4; border-left: 1px solid #008bd4; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff;}
input.searchSbmFl {width: 50px; height: 22px; background: url('http://maxrom.ucoz.com/imagini/design1/cauta2.png') no-repeat; color: #ffffff; border: none; font-size: 9pt; padding-bottom: 0px; position: relative; top: 0px;}
/* ----- */
.searchForm width: 256px; lăţimea modulului tot cu butonul caută.
schQuery width: 205px; şi input.queryField width: 205px; lăţimea celulei de interogare.
.schBtn width: 50px; şi input.searchSbmFl width: 50px; lăţimea butonuli caută.
Exemplu: