In the page code you have an extra box next to the input boxes, so it shows your input boxes for the account name, password and email and then the two extra boxes next to them. The code will look something like:
Code:
<TD rowSpan=6></TD>
<TD vAlign=center align=left width=200><B
style="FONT-SIZE: 8pt;"><LABEL for=username>'.$text["name"].':</LABEL> </b><BR><INPUT
id=username style="WIDTH: 175px" tabIndex=1 maxLength=16
size=18 name=username></TD>
<TD rowSpan=6></TD></TR>
<TR><TD width=190 height=1></TD></TR>
<TR><TD width=190 height=1></TD></TR>
<TR>
<TD vAlign=center align=left width=200><B
style="FONT-SIZE: 8pt;"><LABEL for=passw>'.$text["password"].':</LABEL> </B><BR><INPUT id=passw
style="WIDTH: 175px" tabIndex=2 type=password maxLength=16
size=18 name=passw></TD></TR>
<TR>
<TD vAlign=center align=left width=200><B
style="FONT-SIZE: 8pt;"><LABEL for=email>E-mail Address:</LABEL> </B><BR><INPUT id=email
style="WIDTH: 175px" tabIndex=2 maxLength=50
size=18 name=email></TD></TR>
Check if theres any additional code other that what ive posted, im guessing its a rip off of the SPORA reg page so there will be <img src="pixel.gif"> code everywhere. If the pixel.gif image cant be found it will display as a big nasty box.