document.write('<table width="230" border="0" cellspacing="0" cellpadding="0" class="text" style="margin-left: 15px;">');
document.write('<tr>');
document.write('<td height="18" colspan="3" align="center" bgcolor="#D53535" style="font-family: Tahoma; color: White; font-size: 12px;"><b>&nbsp;&nbsp;Вход для пользователей</b></td>');
document.write('</tr>');
document.write('<tr><form action="/check_login.php" method="post">');
document.write('<td><b>E-mail:&nbsp;</b></td>');
document.write('<td colspan="2" align="left"><input type="text" name="mail" size="20"  style="font-size: 10px;"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><b>Пароль:&nbsp;</b></td>');
document.write('<td><input type="password" name="password" size="15" style="font-size: 10px;"></td>');
document.write('<td>&nbsp;<input type="submit" value="&nbsp;&nbsp;&nbsp;Войти&nbsp;&nbsp;&nbsp;"  style="font-size: 10px;"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>&nbsp;</td><td colspan="2"><input type="checkbox" name="mem" value="1" checked style="border: 0px;">запомнить меня</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td colspan="3"><a href="/register.html">регистрация</a>&nbsp;&nbsp;&nbsp;<a href="/remind.html">забыли пароль?</a>');
document.write('</td>');
document.write('</tr></form>');
document.write('</table>');

