Add this inside the $jQ(document).ready() javascript block:
$jQ('#Company').parents('li').css('clear','both');
$jQ('#Email').parents('li').css('margin-bottom','20px');
here is a screen shot of my code- I highlighted the code I added in. Can someone tell me what it is that I am doing wrong .