﻿document.write('<table width="205">');
document.write('<tr><td colspan="2" style="height:10px;"></td></tr>');
document.write('<tr>');
document.write('<td class="t_Login"><label for="oTxtName"> שם מלא:</label></td>');
document.write('<td><input name="oTxtName" type="text" id="oTxtName" style="overflow:hidden; height:14px;" class="txt_Login" /></td>');
document.write('</tr>');
document.write('<tr><td colspan="2" style="height:2px;"></td></tr>');
document.write('<tr>');
document.write('<td class="t_Login"><label for="oTxtPhone">טלפון:</label></td>');
document.write('<td><input name="oTxtPhone" type="text" id="oTxtPhone" class="txt_Login" /></td>');
document.write('</tr>');
document.write('<tr><td colspan="2" style="height:2px;"></td></tr>');
document.write('<tr>');
document.write('<td class="t_Login"><label for="oTxtEmail">דואר:</label></td>');
document.write('<td><input name="oTxtEmail" type="text" id="oTxtEmail" class="txt_Login" /></td>');
document.write('</tr>');
document.write('<tr><td colspan="2" style="height:2px;"></td></tr>');
document.write('</table>');





