for his 'sleek look' I took the template code and added in the content producing bit from the original template. In other words.. it's really just stripped the design part of the template. I like it..
Code:
<fieldset>
<legend>
Quote:
<vb:if condition="$show['username']">
{vb:rawphrase originally_posted_by_x, {vb:raw username}}
<vb:if condition="$postid"><a href="showthread.php?{vb:raw session.sessionurl}p={vb:raw postid}#post{vb:raw postid}" rel="nofollow"><img class="inlineimg" src="{vb:stylevar imgdir_button}/viewpost-{vb:stylevar right}.png" alt="{vb:rawphrase view_post}" /></a></vb:if>
</vb:if>
</legend>
{vb:raw message}
</fieldset>