I have the following panel in a flash form. When I attempt to make the button
wider than 90px it breaks the panel, throwing off my entire form. It looks on
the screen that I've only used half of the panel's width. Is there a secret to
laying out the panel so that I can use all of the available space? Do flash
components have a margin around them and can I get rid of it?
Thanks.



<cfformgroup type="panel" width="570" label="Network Name (For LAN Admin USE
ONLY)">
<cfformgroup type="horizontal" >
<cfinput type="text" name="newtwork_name" width="150">
<cfinput type="button" name="updateNetwork" value="Update Network"
width="90">
</cfformgroup>
</cfformgroup>