Please fill out your payment information below. NOTE: We will attempt to bill <%= number_to_currency(Fe::Application::COST) %> to your credit card immediately when you press the 'Submit' button below.
<%= text_field :payment, :first_name %>
<%= text_field :payment, :last_name %>
<%= text_field :payment, :address %>
<%= text_field :payment, :city %>
<%= select :payment, :state, State::NAMES, {:include_blank => true} %>
<%= text_field :payment, :zip, {:size => "5"} %>
<%= text_field :payment, :card_number, {:size => "18", :maxlength => "16"} %> <%= image_tag "/images/cc_visa_on.gif", :class => "cc_type", :id => "cc_visa" %> <%= image_tag "/images/cc_master_on.gif", :class => "cc_type", :id => "cc_master" %> <%= image_tag "/images/cc_american_express_on.gif", :class => "cc_type", :id => "cc_american_express" %> <%= image_tag "/images/cc_discover_on.gif", :class => "cc_type", :id => "cc_discover" %>
<%= hidden_field :payment, :card_type %><%= select :payment, :expiration_month, ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'], {:include_blank => true} %> <%= select :payment, :expiration_year, ((Time.now.year)..(Time.now.year+8)).to_a.map(&:to_s), {:include_blank => true} %>
<%= text_field :payment, :security_code, {:size => "9", :maxlength => "5"} %>