В Форме входа пользователей удаляем все и заменяем на это:
Code
<div style="width:180px;">
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<td colspan="2" style="color:red;text-align:center;">$ERROR$</td>
<tr><td width="20%" nowrap="nowrap"><img src="http://uafilms.3dn.ru/radikal_uploads/7.png" height="19" width="19" >Логин</td><td>
<input class="loginField" type="text" name="user" value="" size="19" style="width:100%;" maxlength="50"/></td></tr>
<tr><td><img src="http://uafilms.3dn.ru/radikal_uploads/6.png" height="19" width="19" >Пароль</td><td><input class="loginField" type="password" name="password" size="19" style="width:100%" maxlength="15"/></td></tr>
</table>
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr><td nowrap><input id="rem$PAGE_ID$" type="checkbox" name="rem" value="1" checked="checked"/><label for="rem$PAGE_ID$">запомнить</label>
<input id="hid$PAGE_ID$" type="checkbox" name="hidden" value="1" /><label for="hid$PAGE_ID$">скрытый</label></td><td align="right" valign="top"><input class="loginButton" name="sbm" type="submit" value="Вход"/></td></tr>
<tr><td colspan="2"><div style="font-size:7pt;text-align:center;"> <img src="http://uafilms.3dn.ru/radikal_uploads/777.png" height="17" width="17"><a href="$REMINDER_LINK$">Забыл пароль</a> <br> <img src="http://uafilms.3dn.ru/radikal_uploads/887.png" height="17" width="17" ><a href="$REGISTER_LINK$">Регистрация</a></div></td></tr>
</table>
</div>