What I am using in CSS is
form fieldset
{
height : 300px;
}
but I have
<fieldset><legend>ONE</legend></fieldset>
<fieldset><legend>TWO</legend></fieldset>
The problem is both field sets are being applied the same height. Is there a way to apply different heights to different fieldsets from CSS. I am not looking for inline styles which I know how to apply.