<?xml version = '1.0'?>
<form
	method="POST"
	font="Trebuchet MS" textSize="12" textColor="#606060" bold="1" italic="1"
	>
	<hidden name="param1" value="Reply from panoform plugin" />
	<image pos="0:0" url="images/envelope2.png" />
	<label pos="130:15" textSize="16">Why don't you send me an email?</label>
	<label pos="140:45">Enter your name here:</label>
	<input pos="140:65" width="200" name="name" value="" borderColor="#A0A0A0" font="Courier New" textColor="#000000" textSize="12" maxChars="" />
	<label pos="140:85">Your email address:</label>
	<input pos="140:105" width="200" name="email" value="" borderColor="#A0A0A0" font="Courier New" textColor="#000000" textSize="12" maxChars="" />
	<label pos="140:125">Subject:</label>
	<input pos="140:145" width="200" name="subject" value="" borderColor="#A0A0A0" font="Courier New" textColor="#000000" textSize="12" maxChars="" />
	<label pos="140:175">Your message:</label>
	<textarea pos="140:195" name="content" size="260:185" borderColor="#A0A0A0" textColor="#000000" bold="0">
		The cat was playing in the garden...
	</textarea>
	<button 
		pos="190:390" 
		label="Send" 
		actionUrl="http://wirestam.com/php/mailscript2.php" 
		width="60" 
		function="send"
		onClick="global.mailSent"
	/>
	<button pos="270:390" label="Cancel" function="cancel" />
</form>

