﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     <xsl:template match="/">
          <table class="tableMaster">
               <tr style="margin:10px;">
                    <td width="10%">
                         <input id="chkEmailUserSettings" class="label" type="checkbox"></input>
                    </td>
                    <td width="90%" class="labelBold">
                         <span class="labelBold">
                              Turn off all e-mail notifications
                         </span>
                    </td>
               </tr>
               <tr style="margin:10px;">
                    <td width="10%">
                         <input id="chkDeactiveUser" class="label" type="checkbox"></input>
                    </td>
                    <td width="90%">
                         <span class="labelBold">
                              Deactivate Account
                         </span>
                    </td>
               </tr>
          </table>
     </xsl:template>
</xsl:stylesheet>
