<? include($template[company][file_path] . "shared/start_HTML.shared"); ?>


<? include($template[company][file_path] . "shared/HEADER.shared"); ?>


<? include($template[company][file_path] . "shared/start_TABLE_I_i.shared"); ?>
<? include($template[company][file_path] . "shared/start_TABLE_I_ii.shared"); ?>


<!-- NOTE:  cellpadding and cellspacing and TABLE II. must be done -->
<!-- this way in order to enable a ratio/"secured network" at the bottom -->
  

<? include($template[company][file_path] . "shared/start_TABLE_II.shared"); ?>


<? $logo_status = "off";
include($template[company][file_path] . "shared/start_TABLE_III_logo.shared"); ?>


<? $page_message = "Please supply your account email address below... then we will email it to you! :)";
include($template[company][file_path] . "shared/start_TABLE_IV_sysmsg.shared"); ?>


<? $form_action = "forgotpassword2.gate";
include($template[company][file_path] . "shared/start_TABLE_V_form.shared"); ?>
<!-- --------------------INSERT FORM CONTENT BELOW <!TD!>: ------------------------ -->



<? include($template[company][file_path] . "shared/start_TABLE_VI_mastertab.shared"); ?>
<? include($template[company][file_path] . "shared/start_TABLE_VII_i.shared"); ?>
<? include($template[company][file_path] . "shared/start_TABLE_VII_ii.shared"); ?>

<!-- NOTE: the gap between VII_ii and VII_iii allows for a tight 'reqired fields' footer -->

<? include($template[company][file_path] . "shared/start_TABLE_VII_iii.shared"); ?>


<? include($template[company][file_path] . "shared/start_TABLE_VIII_menu.shared"); ?>
<!-- -------------------- INSERT "MAIN MENU" CONTENT BELOW <TR>: ------------------------ -->
<!-- -------------------- INSERT "MAIN MENU" CONTENT BELOW <TR>: ------------------------ -->


<? $TABLE_VIII_colspan = "4";
include($template[company][file_path] . "shared/TABLE_VIII_colspan.shared"); ?>
<!-- SINCE THE REQUIRED COLSPAN IS SET ABOVE, NOW START ROW CONTENT BELOW: <TR>: -->


    
    
 <? $row_title = "Send My Password:";
include($template[company][file_path] . "shared/TABLE_VIII_ROW_title.shared"); ?>




<? $row_title = "Personal&nbsp;Email&nbsp;Address:";
$row_input = "<input type=text size=45 maxlength=255 name=emailaddress value='$emailaddress'>";
$row_example = "(Ex: michelle001@aol.com)";
$row_required = "padlock";
$row_variable = $emailaddress;
include($template[company][file_path] . "shared/TABLE_VIII_ROW_I_input.shared"); ?>






<? include($template[company][file_path] . "shared/TABLE_VIII_ROW_endline.shared"); ?>



<!-- --------------------INSERT "MAIN MENU" CONTENT ABOVE <TR>: ------------------------ -->
<!-- --------------------INSERT "MAIN MENU" CONTENT ABOVE <TR>: ------------------------ -->
<? include($template[company][file_path] . "shared/end_TABLE_VIII_mainmenu.shared"); ?>



<? include($template[company][file_path] . "shared/end_TABLE_VII_iii.shared"); ?>

<? $tightfooter = "";
include($template[company][file_path] . "shared/TABLE_VII_ii_tightfooter.shared"); ?>

<? include($template[company][file_path] . "shared/end_TABLE_VII_ii.shared"); ?>
<? include($template[company][file_path] . "shared/end_TABLE_VII_i.shared"); ?>


<? include($template[company][file_path] . "shared/spacer_TABLE_V_form.shared"); ?>




<!-- !SUBMIT: INSERT TABLE V. LESS-TRAVELD SUBMIT BELOW <TR>:  -->
<?
$left_submit = "";
$center_submit = "<input type=submit name=submit value='Send My Password Now...'>";
$right_submit = "";
include($template[company][file_path] . "shared/TABLE_XI_submit.shared"); ?>
<!-- !SUBMIT: INSERT TABLE V. LESS-TRAVELD SUBMIT ABOVE <TR>:  -->

    
    
    
<!-- -------------------- INSERT FORM CONTENT ABOVE <TR>: ------------------------ -->
<? include($template[company][file_path] . "shared/end_TABLE_V_form.shared"); ?>



<? include($template[company][file_path] . "shared/end_TABLE_II.shared"); ?>

<!-- NOTE:  insert footers like "ratio"/"Secured Network" falls beween II and I -->
<? include($template[company][file_path] . "shared/TABLE_I_ii_tightfooter.shared"); ?>


<? include($template[company][file_path] . "shared/end_TABLE_I_ii.shared"); ?>
<? include($template[company][file_path] . "shared/end_TABLE_I_i.shared"); ?> 


<? include($template[company][file_path] . "shared/end_HTML.shared"); ?> 
