diff --git a/lib/views/user/_general_law_fields.html.erb b/lib/views/user/_general_law_fields.html.erb
index 30d0858..1148034 100644
--- a/lib/views/user/_general_law_fields.html.erb
+++ b/lib/views/user/_general_law_fields.html.erb
@@ -1,16 +1,16 @@
<%= f.label :date_of_birth, _('Date of Birth') %>
- <%= f.date_select :date_of_birth,
+ <%= f.date_select :date_of_birth,
{ :start_year => Time.now.year - 130,
:end_year => Time.now.year },
- :class => 'large-4 columns' %>
+ :class => 'large-4 columns', :tabindex => 60 %>
<%= f.label :domicile, _('Domicile') %>
-<%= f.text_field :domicile, { :size => 15, :tabindex => 100 } %>
+<%= f.text_field :domicile, { :size => 15, :tabindex => 70 } %>
<%= f.label :occupation, _('Occupation') %>
-<%= f.text_field :occupation, { :size => 15, :tabindex => 100 } %>
+<%= f.text_field :occupation, { :size => 15, :tabindex => 80 } %>
<%= f.label :marital_status, _('Marital Status') %>
-<%= f.text_field :marital_status, { :size => 15, :tabindex => 100 } %>
+<%= f.text_field :marital_status, { :size => 15, :tabindex => 90 } %>
diff --git a/lib/views/user/_signin.html.erb b/lib/views/user/_signin.html.erb
index f63c289..a11e9de 100644
--- a/lib/views/user/_signin.html.erb
+++ b/lib/views/user/_signin.html.erb
@@ -9,20 +9,20 @@
- <%= text_field 'user_signin', 'email', { :size => 20, :tabindex => 60 } %>
+ <%= text_field 'user_signin', 'email', { :size => 20, :tabindex => 120 } %>
- <%= password_field 'user_signin', 'password', { :size => 15, :tabindex => 70, :autocomplete => 'off' } %>
+ <%= password_field 'user_signin', 'password', { :size => 15, :tabindex => 130, :autocomplete => 'off' } %>
- <%= link_to _('Forgotten your password?'), signchangepassword_path(:pretoken => h(params[:token])), :tabindex => 80 %>
+ <%= link_to _('Forgotten your password?'), signchangepassword_path(:pretoken => h(params[:token])), :tabindex => 140 %>
- <%= check_box_tag 'remember_me', "1", false, :tabindex => 90 %>
+ <%= check_box_tag 'remember_me', "1", false, :tabindex => 150 %>