<div class="lf_field">
                    <input type="password" name="pass" id="pass_field" tabindex="2"/> <a href="/passremind.html" class="lf_link"><?php 
echo $this->_tpl_vars['LANG']['FORGOT_PASS'];
?>
</a>
                </div>
                <?php 
if ($this->_tpl_vars['anti_brute_force']) {
    ?>
                    <div class="lf_title"><?php 
    echo $this->_tpl_vars['LANG']['SECUR_SPAM'];
    ?>
</div>
                    <div class="lf_field">
                        <?php 
    echo smarty_function_captcha(array(), $this);
    ?>

                    </div>
                <?php 
}
?>
                <table border="0" cellpadding="0" cellspacing="0" width="100%">
                    <tr>
                        <td width="20"><input type="checkbox" name="remember" value="1" checked="checked" id="remember" tabindex="3" /></td>
                        <td>
                            <label for="remember"><?php 
echo $this->_tpl_vars['LANG']['REMEMBER_ME'];
?>
</label>
                        </td>
  <script>
 $('.select1').customStyle1();
  </script>  
    <p class="p5">
     <table width="100%" border="0">
          <tr>
            <td class="td6"><textarea name="comments" id="inp4"></textarea></td>
            <td class="td8_2" >Примечание</td>
          </tr>
        </table>
        </p>
	<table width="100%" border="0" class="tb2">
      <tr>
        <td class="td6"><input id="inp5" type="text" size="10" name="captcha" value="" class="toggle-inputs" /></td>
        <td class="td7"><?php 
echo smarty_function_captcha(array('width' => '75', 'height' => '25'), $this);
?>
</td>
        <td>Введите код </td>
      </tr>
    </table>
        <br />	
			<input name="id" type="hidden" value="" id="id" />
			<?php 
echo smarty_function_hidden(array('name' => 'action', 'value' => 'order'), $this);
?>

			<?php 
echo smarty_function_submit(array('caption' => "Отправить", 'class' => 'inerlink2'), $this);
?>