Okay, here's what I used and I'm just about there for the titles to show within the custom wrapper border!
Code:
$mods[formcode]
<div style="padding-bottom:$vba_style[portal_vspace]px">
<table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="13"><img src="http://www.waltdisneyboards.com/images/vbawrapper/vtopl.gif"></img></td>
<td width="100%" class="bordertop">
<span style="font-weight: bold; size:auto; color: #ffffff;"> <strong> <if condition="$mods['link']"><a href="http://forum.vbulletinsetup.com/f18/$mods[link]">$mods[title]</a><else />$mods[title]</if></strong></span>
</td>
<td width="13"><img src="http://www.waltdisneyboards.com/images/vbawrapper/vtopr.gif"></img></td>
</tr>
<tr>
<td class="borderleft"></td>
<td><table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tbody id="collapseobj_module_$mods[collapse]" style="$modcollapse">
<if condition="$show['tablerow']">
<tr>
<td class="$bgclass"> $modulehtml </td>
</tr>
<else />
$modulehtml
</if>
</tbody>
</table></td>
<td class="borderright" width="13"></td>
</tr>
<tr>
<td width="13"><img src="http://www.waltdisneyboards.com/images/vbawrapper/vbotl.gif"></img></td>
<td width="100%" class="borderbottom"></td>
<td width="13"><img src="http://www.waltdisneyboards.com/images/vbawrapper/vbotr.gif"></img></td>
</tr>
</table>
</div>
....now, just have to tweak it to get that little space between the top and sides eliminated and we are there!