diff --git a/app/views/words/_new_respond.html.erb b/app/views/words/_new_respond.html.erb
index 34e7c1ccf..33c523c33 100644
--- a/app/views/words/_new_respond.html.erb
+++ b/app/views/words/_new_respond.html.erb
@@ -10,6 +10,6 @@
<%= hidden_field_tag 'show_name',params[:show_name],:value => show_name.nil? ? true : show_name %>
<%= submit_tag l(:button_feedback_respond), :name => nil ,
:class => "enterprise",
- :style => "float: right; margin-top: 1px; margin-right: 4px;"%>
+ :style => "float: right; margin-top: 1px; margin-right: 4px;margin-bottom: 5px;"%>
<% end %>
\ No newline at end of file