Wrap 2 error fields on one div

Hi, help me in my problem plz.

I have a following code:

<%= error_message_on “guestbook”, “text” %>
<%= f.label :text, ‘Text:’ %>
<%= f.text_area :text %>

After validation i get HTML:

Error.
Text:

How i can get this:

Error.
Text: