# File lib/ramaze/helper/form.rb, line 22
      def form_password(label, name)
        form_input(label, :type => :password, :name => name)
      end