need help Inplace editor text area size

I am trying to rename a bundle name I got a textarea box with row size 3 column size 40 but I need a small text box Please help me

<%= in_place_editor('edit_title_bundle'+bundle.id.to_s, :url => update_field_newsfeeds_path(:id => bundle.id, :name =>'category'), :rows => 2 , :size => 50 , :save_text => 'save' , :external_control => 'edit_title_link_bundle'+bundle.id.to_s) %>|                     <%= link_to_remote "Delete",:url=>{:controller =>'newsfeeds',:action =>'userbundleremove',:id => bundle.id} %>

Attachments: http://www.ruby-forum.com/attachment/4785/inplace_editor.png