Replace this code in item-post.php
<h2><?php _e('Informações Gerais', 'bender_purple'); ?></h2>
for this
<div style="border: #FF9900 medium solid;-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;">
<h2><?php _e('Informações Gerais', 'bender_purple'); ?></h2></div>
note that my code is in Portuguese so you may find "Informações Gerais" as "General Information" or something similar.
and you will get something like the image attached.
I'm not sure if image in background will work
regards
klingom