This is due to Internet Explorer, use CSS to solve this issue.
edit
in your CSS file
.Forms {
margin-top: 0px;
margin-bottom: 0px;
}
and your code
<form method=\"POST\" enctype=\"functions/promo.php\" class=\"Forms \">
or if I am correct this should also work if you don't use CSS
<form method=\"POST\" enctype=\"functions/promo.php\" style=\"margin-top: 0px; margin-bottom: 0px;\">