<div class='header-illustration new-user-arm'></div>
<% end %>
-<%= form_for :user, :url => { :action => 'create' }, :html => { :class => 'signup-form-wrapper standard-form fillL col6 pad2' } do %>
+<%= form_for :user, :url => { :action => 'create' }, :html => { :class => 'standard-form fillL col6 inner22' } do %>
<%= hidden_field_tag('referer', h(@referer)) unless @referer.nil? %>
<fieldset>
<%= submit_tag t('user.new.continue'), :tabindex => 6 %>
<% end %>
-<div class='col6 deemphasize pad2'>
+<div class='aside col6 deemphasize inner22'>
<h4><%= t 'user.new.about.header' %></h4>
<%= t 'user.new.about.html' %>
</div>