<%= form_tag :controller => 'account', :action => 'authenticate' %>
Please enter your email address and password to login <%= text_field_tag 'email' %>
<%= password_field_tag 'password' %>
<%= check_box_tag 'remember', 0, false, :class => 'checkbox' %>
<%= end_form_tag %>