<?xml version = '1.0'?>
<form
	bgColor="#FFFFF0" borderColor="#404040"
	font="Trebuchet MS" textSize="12" textColor="#404040" 
	method="GET"
	>
	<hidden name="hid1" value="1111" />
	<hidden name="hid2" value="222222" />
	<image pos="12:12" url="images/logo1.png" />
	<label pos="120:12" textSize="16" bold="1">This is my FPP form</label>
	<label pos="120:55">Enter your name here</label>
	<input pos="120:75" width="235" name="name" value="" font="Courier New" textSize="11" maxChars="" bgColor="#E8E8D8" borderColor="#D0D0C0" />
	<label pos="120:105">Hotel category</label>
	<select name="category" pos="120:125" width="235" rows="3" font="Courier New" textSize="11">
		<option value="1">Cheapest possible</option>
		<option value="2">Clean - with no rats</option>
		<option value="3" selected="1">Better than home</option>
		<option value="4">Really luxurious</option>
		<option value="5">Penthouse out of this world</option>
	</select>
	<label pos="25:165">Room choice:</label>
	<box pos="25:185" size="188:60" bgColor="#E8E8D8" />
	<radio name="room_type" pos="28:190" spacing="22" textSize="10" textColor="#FF0000">
		<radiobutton value="S" selected="1">Single room</radiobutton>
		<radiobutton value="D">Double room with king size bed</radiobutton>
	</radio>
	<label pos="230:165">Any extras?</label>
	<box pos="230:185" size="125:60" borderColor="#000000" />
	<checkbox name="view" pos="235:190" value="1" textSize="10" textColor="#0000FF">With a view</checkbox>
	<checkbox name="shower" pos="235:210" value="1" checked="1" textSize="10" bold="1">Shower, please</checkbox>
	<label pos="25:250">Give feedback:</label>
	<textarea pos="25:270" name="description" size="330:130" bgColor="#E8E8D8" borderColor="#D0D0C0">
		The cat was playing in the garden.\n\nThe rain in Spain...
	</textarea>
	<button pos="120:410" label="OK" actionUrl="http://wirestam.com/panos/Flash/panoform/panoreply2.html" bold="1" width="60" function="navigate" />
	<button pos="200:410" label="Cancel" function="cancel" />
</form>

