I have an older theme that has no theme widget support. How can I style my widgets the same way as I have it styled in my current box style used in the sidebar?
Here is the box code I use:
<!-- Most Recent Article Box -->
<div class="siteboxh">
<div class="head">Box Headline</div></div>
<div class="siteboxm"><div class="btext">
Box Content...
</div></div>
<div class="siteboxf"></div>