To add a rounded box to a quickr content page you can dip into the html and enter some divs around the text you would like to put in a nice box.
Put around your text:
<div class='lotusMenu'>
<div class='lotusBottomCorner'>
<div class='lotusInner'>
Text one<br>
Text two
</div></div></div>
One limit to this is that the width maxi is 178pixels because of the background image.