document.getElementById('LoginFormArea').innerHTML = '<form action=\"/sessions\" method=\"post\"><div style=\"margin:0;padding:0\"><input name=\"authenticity_token\" type=\"hidden\" value=\"b01e7ead9b9020e59f4535f39d91776841978854\" /><\/div>	<label for=\'email\'>メールアドレス<\/label><br/>\n	<input id=\"email\" name=\"email\" type=\"text\" /><br/>\n	<label for=\"password\">パスワード<\/label><br/>\n	<input id=\"password\" name=\"password\" type=\"password\" />	<input name=\"commit\" type=\"submit\" value=\"ログイン\" /><br/>\n		<a href=\"/forgot_password\">パスワードを忘れた<\/a><\/form>';
