{include file="file:$_system_root_templates/email/email_top.html"}
<!-- // Begin Content \\ -->
<table class="email-content" cellpadding="0" cellspacing="0" width="660" style="font: 12px Arial, Helvetica, sans-serif;color: #484848;">
	<tr>
		<td>
			<h1 style="font-size:14px;">Hello {$address_data.customers_title} {$address_data.customers_firstname} {$address_data.customers_lastname},</h1>
			<p>For your email address a request to reset the password was received. To confirm this inquiry, please click the following confirmation link, or copy the url into you browser.</p>
			<p style="color:#000000; background: #FF7B00; padding: 10px;">Your confirmation link:<br />
			<b><a href="{$remember_link}" style="color:#FFFFFF; text-decoration: none">{$remember_link}</a></b></p>
		</td>
	</tr>
</table>
<!-- // End Content \\ -->
{include file="file:$_system_root_templates/email/email_bottom.html"}