<?xml version="1.0" encoding="UTF-8"?>

<form url="contact_form.php"
 window="_self"
 method="POST"
 fontname="MS Sans Serif"
 width="480"
 height="360"
 bkcolor="0xC8D7DB"
 transparent="f"
 fontcolor="0x000000"
 outlinecolor="0x333333"
 themecolor="0xFFFF99"
 fontcolor2="#000000"
 bkcolor2="#FFFFFF"
 includeresults="false"
 emailuser="true"
 verifymessage="The E-Mail address you entered does not match !"
 reqmessage="One or More Fields are Required"
 transition="0"
 autoresponseincluderesults="f"
 autoresponseaddtotop="f"
 usephp="true"
 disableclicktoactiveprompt="true"
 extensions="*.txt;*.gif;*.jpg;*.jpeg;*.zip;*.doc;*.png;*.pdf;*.rtf"
>

<hidden
 name="subject"
 value="Inquiry from Web Site"
></hidden>

<textinput
 name="Name"
 x="100"
 y="60"
 w="175"
 h="22"
 initvalue=""
 bkcolor="0xFFFFFF"
  fontname="Arial"
  fontcolor="0x000000"
 required="true"
 editable="true"
>
</textinput>

<textinput
 name="Email"
 x="100"
 y="92"
 w="175"
 h="22"
 initvalue=""
 bkcolor="0xFFFFFF"
  fontname="Arial"
  fontcolor="0x000000"
 required="true"
 emailbox="true"
 editable="true"
  restrict="email"
>
</textinput>

<textinput
 name="URL"
 x="100"
 y="120"
 w="175"
 h="22"
 initvalue=""
 bkcolor="0xFFFFFF"
  fontname="Arial"
  fontcolor="0x000000"
 editable="true"
>
</textinput>

<textarea
 name="Comment"
 x="100"
 y="152"
 w="235"
 h="145"
 initvalue=""
 wordwrap="true"
 required="true"
 editable="true"
 bkcolor="0xFFFFFF"
  fontsize="12"
  fontname="Arial"
  fontcolor="0x000000"
></textarea>

<submitbutton
 name="Submit Button"
 x="360"
 y="312"
 w="90"
 h="29"
 label="Send it off!"
 fontname="Arial"
 fontcolor="0x000000"
 image="submitrectanglesmall.png"
  fontsize="12"
></submitbutton>

<label
 name="My Text 1"
 x="60"
 y="65"
 w="33"
 h="16"
 text="Name"
 fontbold="bold"
  fontname="Trebuchet MS"
  fontcolor="0x333333"
  fontsize="11"
></label>

<label
 name="My Text 2"
 x="62"
 y="94"
 w="31"
 h="16"
 text="Email"
 fontbold="bold"
  fontname="Trebuchet MS"
  fontcolor="0x333333"
  fontsize="11"
></label>

<label
 name="My Text 3"
 x="31"
 y="154"
 w="59"
 h="16"
 text="Comments"
 fontbold="bold"
  fontname="Trebuchet MS"
  fontcolor="0x333333"
  fontsize="11"
></label>

<label
 name="My Text 5"
 x="96"
 y="20"
 w="105"
 h="22"
 text="Contact Us"
 fontbold="bold"
  fontname="Arial"
  fontcolor="0x333333"
  fontsize="19"
></label>

<label
 name="My Text 6"
 x="69"
 y="124"
 w="24"
 h="16"
 text="URL"
 fontbold="bold"
  fontname="Trebuchet MS"
  fontcolor="0x333333"
  fontsize="11"
></label>

<captcha
 name="My Captcha 1"
 x="340"
 y="196"
 w="133"
 h="100"
 text="Enter Key Here:"
 fnt="Arial"
 fntclr="0x000000"
 fntsize="11"
 bkbdrcolor="0x000000"
 bkfillclr="0xFFFFFF"
 bkdobdr="t"
 bkbdrsolid="t"
 bkdobk="t"
 bkfillalpha="100"
 message="Incorrect key!"
></captcha>

</form>