diff --git a/app/views/words/_new_respond.html.erb b/app/views/words/_new_respond.html.erb
index 34e7c1ccf..243f8b2c4 100644
--- a/app/views/words/_new_respond.html.erb
+++ b/app/views/words/_new_respond.html.erb
@@ -1,5 +1,5 @@
<%= form_tag(words_create_reply_path, :remote => true) do %>
- <%= text_area_tag 'user_notes', "", :class => 'noline',
+ <%= text_area_tag 'user_notes', "", :class => 'w520 h50 mb5',
:style => "resize: none;", :rows => 4,
:placeholder => l(:label_feedback_respond_content),
:maxlength => 250 %>
@@ -9,7 +9,7 @@
<%= hidden_field_tag 'reference_message_id', params[:reference_message_id], :value => m_reply_id.id %>
<%= 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",
+ :class => "reply_btn",
:style => "float: right; margin-top: 1px; margin-right: 4px;"%>
<% end %>
\ No newline at end of file