Try this:
.input_text {
font-family: arial, helvetica, sans-serif;
font-size:x-small;
color:#999999;
[b]float: left;
margin-right: 3px;
[/b]
}
And yes, in the future, it makes it really a lot easier to upload the files to your Hosting account and supply a link.
I know you, so I don't have a problem downloading a zip file from you, but many times on a Forum where a new mwmber asks for help and supplies a zip file, I refuse to download them.
anyway, float the inputs left and add a small seperator margin to fix that problem.
Oh, and take the "px" out of this line
<img src="images/swf_placeholder.jpg" width="800px" height="277px" alt="place holder for swf"/>
to fix a couple of warnings, I think.
Another thing: remove the xml prologue line which you have in the very first line. Although the w3c states that it is a part of the Doctype, some Browsers (IE) goes into quirks mode when it is present and the w3c will validate the code without it. removing it is very much a good idea for cross browser compatability.
Good luck with it.