<TABLE CLASS="outer" ALIGN="CENTER" WIDTH="400"><TR><TD> 
<H1 CLASS="center">Login</H1></TD></TR>
<TR><TD>

<%= start_form_tag %>
<BR>
	<label for="login">Login</label>
		<%= text_field_tag 'login' %> <BR><BR>
		
	<label for="password">Password</label>
		<%= password_field_tag 'password' %><BR><BR>
		
	<!-- Uncomment this if you want this functionality
	<label for="remember_me">Remember me:</label>
	
		<%= check_box_tag 'remember_me' %>
	-->
	
	<%= submit_tag 'Log in' %>
	
	<BR><BR>
<%= end_form_tag %>

</TD></TR></TABLE>
<BR><BR>

<H2><%= link_to "I'm new!", :action => "signup", :controller => "account" %></H2>
