Problem with form using PHP

I have created a form based on this tutorial by senocular:
http://www.kirupa.com/developer/actionscript/flash_php_email.htm

The ideá is to create input text fields on a site where a viewer can write his/her name and email address and then press “send”. When the send button is pressed an email will be sent to my own email account.

My problem is that the email is supposed to contain only a name and an email address which the user wrote in the form.

I get this:

From: <P ALIGN=“LEFT”><FONT FACE=“Helvetica” SIZE=“12” COLOR="#FF6600" LETTERSPACING=“0”
KERNING=“0”>name</FONT></P><<P ALIGN=“LEFT”>
<FONT FACE=“Helvetica” SIZE=“12” COLOR="#FF6600"
LETTERSPACING=“0” KERNING=“0”>email address</FONT></P>>

I’m guessing it is because I use CSS to set the format on the input text fields. How can I solve this problem?