<%= text_field 'style', 'title' %>
<%= text_field 'style', 'position' %>
<%= text_field 'style', 'originating_location' %>
<%= text_field 'style', 'gravity_bottom' %>
<%= text_field 'style', 'gravity_top' %>
<%= select 'style', 'parent_id', Style.for_select, { :include_blank => true, :selected => @style.parent_id.to_s } %>
<%= render :partial => 'pages/page_form' %>