
document.write("                <div class=\"content_1_container\">");
document.write("<h3><img src=\"http://www.theappareldirectory.com/themes/litaka/images/plusblue.gif\" alt=\" \" align=\"left\" /> Login Form </h3>");
document.write("                  <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("                    <form action=\"login.php\" method=\"post\">");
document.write("                    <input type=\"hidden\" name=\"pflag\" value=\"login\" />                    ");
document.write("");
document.write("                    <tr>");
document.write("                      <td width=\"13%\" style=\"padding-top:5px;padding-bottom:5px;\"><input name=\"username\" type=\"text\" value=\"username\" size=\"12\" style=\"background:url(http://www.theappareldirectory.com/themes/litaka/images/username.gif) no-repeat; border:1px solid #999999; padding-left:25px;\" />");
document.write("                    </td>");
document.write("                      <td width=\"87%\" style=\"padding-top:5px; padding-bottom:5px;\">&nbsp;<input type=\"password\" name=\"password\" value=\"password\" size=\"12\" style=\"background:url(http://www.theappareldirectory.com/themes/litaka/images/key.gif) no-repeat; border:1px solid #999999;  padding-left:25px;\" /></td>");
document.write("  </tr>");
document.write("                    <tr>");
document.write("                      <td colspan=\"2\" style=\"padding-bottom:7px;\"><input type=\"checkbox\" name=\"remember_me\" value=\"1\" />");
document.write("                        Save <input type=\"submit\" name=\"Submit\" value=\"Login\" class=\"button\" /> ");
document.write("                        <a href=\"register.php\">Register ");
document.write("                       </a></td>");
document.write("                      </tr>");
document.write("                    </form>");
document.write("                  </table>");
document.write("               </div\"> ");
document.write("                ");
document.write("              </td>");
document.write("            </tr>");
document.write("          </table>");