OK - removed the padding, border and margins as follows:
Line 1193:
fieldset {
margin: 0;
padding: 0;
}
Line 409:
fieldset {
border: 0;
margin: 0;
padding: 0;
}
Here is what happens in IE (Firefox and Chrome are fine)
The form looks right except that the check boxes behave as follows: When you tick a checkbox, the one below it moves to a new position and leaves a blank area. I have used the 3 column layout for my checkboxes. It seems that the checkboxes on the bottom row and the third column are OK - unless you have ticked one in the 1'st or 2'nd column - then it's just fields moving all over the place
If I load in "Compatibility View" the form fields are in the wrong place but the check boxes work as expected