Use this css:
.box_round { -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; }
And then just use the class in your HTML, like this
<div class="box_round" style="background-color:red">This is a test</div>
I added a background color: red - only for test dolls so you can see the rounded corneons.
NTN
source share