I'm trying to get a fieldset to have a shape something like this:
/-----------\
| |
| |
| |
____/ \____
/ \
| |
| |
\_____________________/
Here's my best attempt so far: http://jsfiddle.net/VWfVZ/
The problems I'm having is that I never can get it to line up correctly, and when I do, it seems to shift around depending on the content I have inside the fieldset. Can anyone help me fix my css? Or should I stop trying to go for this shape using a fieldset altogether?