Forum Moderators: not2easy
Attempted to use relative positioning and then set the value of right to 200px.
Attempted to use padding and margins.
Attempted to text-align fieldset.
It's a good challenge and I hope you figure it out! Sorry I could not be of any real help. :-\
Legend Element [w3.org]
The correct CSS substitute for the align attribute is float, so in this case you "should" float the legend element to the right, which then makes it into a block level element and allows you to give width to it as well.. (it's an inline element by default)
however, I note that this doesn't work too well in practice as it moves the legend out of vertical alignment in FF :( so this is probably something you still need to "work to the design" and whatever suits
Suzy