Как убрать рамку у кнопки? какой элемент стиля за нее отвечает?

Правлю мод Welcome Panel Lite.
Отправлено 17 Январь 2007 - 11:47

Отправлено 17 Январь 2007 - 11:50
.newslink input.button{
background: transparent;
border: 0;
color: #Ваш цвет;
vertical-align: middle;
}
Отправлено 17 Январь 2007 - 12:00
Отправлено 17 Январь 2007 - 12:02
<td class='row2' width=210 valign='top'>
<table align='left' cellspacing='0' cellpadding='0'>
<tr>
<td align='right' class='newslink2'>
<form action="{ipb.script_url}act=Login&CODE=01&CookieDate=1" method="post">
Логин: <input type="text" size="20" name="UserName" onfocus="this.value=''" value="{ipb.lang['qli_name']}" /><br />
Пароль: <input type="password" size="20" name="PassWord" onfocus="this.value=''" value="ibfrules" /><br />
<input class="button" type="image" src="{ipb.vars['img_url']}/login-button.gif" />
</form>
</td>
</tr>
</table>
</td>
Отправлено 17 Январь 2007 - 12:06
Сообщение изменено: Fisana (17 Январь 2007 - 12:08)
Отправлено 17 Январь 2007 - 12:09
<input class="button" style="border:0" type="image" src="{ipb.vars['img_url']}/login-button.gif" />
Отправлено 17 Январь 2007 - 12:10