There is a modification that shows how to put the stuff in a box. Try a search in the mods area for it (perhaps "postbit*" in "all mods" "titles only")
As for an example to make it bold. Find:
HTML Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
Replace with:
HTML Code:
<if condition="$post['field2']"><div><span style="font-weight: bold;">$vbphrase[location_perm]</span>: $post[field2]</div></if>