ShadedBorder with Wordpress?

Hi, I'm trying to create rounded corners in my wordpress theme and have got the borders working how I want them on a test page, but when I copy and paste the relevant code over in the correct places, the rounded divs seem to lose all styling. Any idea on what could cause this, or would a specific example of this behavior help?

Trackback URL for this post:

http://www.ruzee.com/trackback/246

Same problem for me. I can

Same problem for me.

I can make ShadedBorder work in a very basic site with PHP includes (not WordPress) or an xhtml site, but I can't make it work in WordPress. I get one, if not two, errors:

ReferenceError: Can't find variable: RUZEE
and
TypeError: Result of expression 'pageNormal' [undefined] is not an object.

I always get the first error. I only got the second error after hammering away at it for a couple of hours. I was able to copy/paste my code into a simple site and it worked fine. Is there a WP function that's interfering? Maybe a plugin I have installed?

I don't know. I've tried

I don't know. I've tried disabling all plugins, adding in the jquery library and calling it so I know the syntax within wordpress is correct, and it still doesn't work. I've tried a bunch of similar rounded corners techniques but with no luck. I settled on this one because the markup is the simplest and allows for multiple id selections with the same rounded class, so I'd really like to get it working at some point...