<% fields_for 'quickvote', quickvote do |quickform| %>
-<h3><label for="quickvote_election_method">Election Method</label></h3>
+<p><label for="quickvote_election_method">Election Method</label></p>
<p><%= quickform.select('election_method',
%w(ssd condorcet plurality approval borda) ) %></p>
-<h3><label for="quickvote_enddate">End Time</label></h3>
+<p><label for="quickvote_enddate">End Time</label></p>
<p><%= quickform.date_select(:enddate, :start_year => Time.now.year) %></p>
-<h3>Visibility</h3>
+<p>Visibility</p>
<p>Do you want the results to be visible while the election is active?</p>
No <%= quickform.radio_button(:viewable, 0)%></p>
<% if session[:user] %>
-<h3>Notification</h3>
+<p>Notification</p>
<p>Would you like to be e-mailed when this QuickVote concludes?</p>