I am trying to create a little 3d raised “panel” or “box” on my site. I found a similar example on this page where they have this page with windows that are “raised” off the page with a title box. In this case, they are using an image for the whole box and just the text in the middle is actual text on the page.
I wanted to see if this can be replicated using CSS or I should really move over to photoshop for this sort of thing and do it all as images. (if i have to)
does anyone have any suggestions on if this can be replicated using pure html and css, javascript.
As a second question, if it has to be done using photoshop and images is there are any good place to get photoshop “templates” where you wouldn’t have to put this together from scratch.

Here’s something similar using CSS3 for the fancy parts:
http://jsfiddle.net/RrfJb/ (view in a WebKit browser such as Chrome)
It can be made to work in “all browsers”.
-mozprefix versions.transformCSS.