Okay even though we fixed this over aim, for others who might have this problem...
just change the class in
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Need Your Image Hosted? </td>
</tr>
<tr>
<td class="fieldset"> $vbphrase[quicksighost_intro] </td>
</tr>
<tr>
<td>$quickhost_bits</td>
</tr>
</table>
<br />
change it from tborder to whatever class you want.