﻿<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" 
AutoEventWireup="false" CodeFile="FindPassword.aspx.vb" Inherits="FindPassword" 
title="Safety Statements for Irish SME's - ComplianceDoc" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <br />
     <div id="introduction">
				<h2>Find Your <span class="brickred">Password</span> !</h2>
				               
	</div>
	<div style="margin: 30px 0px 20px 50px;height:250px;">
        <asp:PasswordRecovery ID="PasswordRecovery1" runat="server" Height="216px" 
            MembershipProvider="CD_SqlMembershipProvider" 
            QuestionTitleText="Confirm Your Identity" 
            Width="348px" 
            SuccessText="Your password has been sent to the email account that was registered on this site.">
            <MailDefinition BodyFileName="~/resources/messages/PasswordRecovery.txt" 
                From="info@compliancedoc.ie" IsBodyHtml="True" 
                Subject="Compliance Doc - Password Recovery">
            </MailDefinition>
            <SuccessTextStyle Font-Size="11px" />
            <LabelStyle Font-Bold="True" />
            <TitleTextStyle Font-Bold="True" />
        </asp:PasswordRecovery>
    </div>
</asp:Content>


