Try this, Rob
find tpl_login_default in template_default.
Make a copy on your local drive. (you'll need to send the edited file to an over-rides folder later)
There are TWO lines to change:
The first is on or near LINE 54...
PHP Code:
<div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>'; ?></div>
The second is on or near LINE 83...
PHP Code:
<div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>'; ?></div>
In BOTH instances, change buttonRow, to buttonRowEmailForgot
Send the edited file back to your over-rides folder.
-----------------------------------------------------
In you stylesheet...
PHP Code:
.buttonRowEmailForgot {
your-styles: here;
}