Hi Bruce-
This is just using the "Include Save/Close button" from the NetWebForm layout tab. If this helps, here is the code from fire bug (save and cancel buttons):
<button title="Click on this to Save the form" onclick="ntd.save();" value="Save" id="save_btn" name="save_btn" type="button">Save</button>
<button title="Click on this to Cancel the form" onclick="ntd.cancel();" value="Cancel" id="cancel_btnVMBG" name="cancel_btn" type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-icon-primary" role="button" aria-disabled="false"><span class="ui-button-icon-primary ui-icon ui-icon-cancel"></span><span class="ui-button-text">Cancel</span></button>
Thanks,
Gordon
BTW - Happy new year!