<!-- BEGIN form -->
<form method="POST" action="{form_action}">
 <input type="hidden" name="account_id" value="{account_id}">
 <center>
  <table border="0" width="85%">
   <tr>
    <td align="center">{lang_new_owner}</td>
   </tr>
   <tr>
    <td align="center">{new_owner_select}</td>
   </tr>
   <tr>
    <td align="center"><input type="submit" name="cancel" value="{cancel}">&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="delete_account" value="{delete}"></td>
   </tr>
  </table>
 </center>
</form>
<!-- END form -->