Me again...

I'm not great with JavaScript, so can't work out how to do this...

What I'm trying to do, is to change the sidebox the Updater creates, so it follows the same structure as other sideboxes, and so I can use the same (or similar) CSS. Ie;

Code:
<div id=updaterSB" class="box" style="width: 175px;">
   <div class="box_head">Price Breakdown</div>
   <div class="box_body">
      <div id="updaterSBContent" class="sideBoxContent">
         blah blah
      </div>
   </div>
</div>
Is this possible?

Cheers