<?xml version="1.0" encoding="utf-8" ?> 
<form name="article">
	<fields>
		<field name="ID" type="textbox" property="ID" width="20%" />
		<field name="Online_Date" type="textbox" property="LiveDate" width="20%" />
		<field name="Title" type="textbox" />
		<field name="Publication" type="textbox" />
		<field name="Issue" type="textbox" />
		<field name="Author" type="textbox" />
		<field name="Deck" type="textbox" mode="multiline" rows="3" />
		<field name="Unreg_Intro" type="textbox" mode="multiline" rows="5" />
		<field name="Body" type="cms:multipage" />
		<field name="Bottom_Line" type="richtextbox" />
		<field name="Summary" type="textbox" mode="multiline" rows="5" />
	</fields>
</form>
