I am trying to add a flash calendar control to an existing HTML page. But when
I do it pushes the HTML page to the bottom of the screen and there is a bunch
of white space.

<cfform format="flash" preservedata="yes">

<cfformgroup type="horizontal">

<cfinput name="StartDate"
label="Report Start Date"
type="datefield"
width="100" >
<cfinput name="Enddate"
label="Report End Date"
type="datefield"
width="100">

<cfinput name="btnSubmit"
type="submit"
value="Process">
</cfformgroup>
</cfform>