var contactForm = '<form id="&#39; + ContactForm.Config.Form.Name + &#39;" nam'+
	'e="&#39; + ContactForm.Config.Form.Name + &#39;" action="&#39; + Cont'+
	'actForm.Config.Form.Action + &#39;" method="GET" onsubmit="return(Con'+
	'tactForm.SubmitMessage(document.getElementById(this)))"><fieldset><le'+
	'gend>Contact Us</legend><ol><li><label style="width:&#39; + ContactFo'+
	'rm.Config.Form.LabelWidth + &#39;px">Recipient:</label><input id="con'+
	'tactFormRecipient" name="contactFormRecipient" type="hidden" value="&'+
	'#39; + recipient + &#39;" /><input class="lightboxFormTextInput" styl'+
	'e="width:&#39; + InputWidth + &#39;px" type="text" value="&#39; + Con'+
	'tactForm.Config.RecipientTitles[recipient] + &#39;" disabled/></li><l'+
	'i><label for="contactFormName" style="width:&#39; + ContactForm.Confi'+
	'g.Form.LabelWidth + &#39;px">Name:</label><input id="contactFormName"'+
	' name="contactFormName" class="lightboxFormTextInput" style="width:&#'+
	'39; + InputWidth + &#39;px" type="text" /></li><li><label for="contac'+
	'tFormEmail" style="width:&#39; + ContactForm.Config.Form.LabelWidth +'+
	' &#39;px">Email address:</label><input id="contactFormEmail" name="co'+
	'ntactFormEmail" class="lightboxFormTextInput" style="width:&#39; + In'+
	'putWidth + &#39;px" type="text" /></li><li><label for="contactFormSub'+
	'ject" style="width:&#39; + ContactForm.Config.Form.LabelWidth + &#39;'+
	'px">Subject:</label><input id="contactFormSubject" name="contactFormS'+
	'ubject" class="lightboxFormTextInput" style="width:&#39; + InputWidth'+
	' + &#39;px" type="text" /></li><li><label for="contactFormMessage" st'+
	'yle="width:&#39; + ContactForm.Config.Form.LabelWidth + &#39;px">Mess'+
	'age:</label><textarea id="contactFormMessage" name="contactFormMessag'+
	'e" name="message" class="lightboxFormTextArea" rows="1" cols="1" styl'+
	'e="width:&#39; + InputWidth + &#39;px;height:&#39; + ContactForm.Conf'+
	'ig.Form.TextAreaHeight + &#39;px"></textarea></li><li><label for="con'+
	'tactFormCaptchaImage" style="width:&#39; + ContactForm.Config.Form.La'+
	'belWidth + &#39;px">&nbsp;</label><input id="contactFormCaptchaImage"'+
	' class="lightboxFormButton" type="button" style="float:right;width:&#'+
	'39; + ContactForm.Config.Captcha.Width + &#39;px;height:&#39; + Conta'+
	'ctForm.Config.Captcha.Height + &#39;px;border:0;margin-right:5px;back'+
	'ground:url()" onclick="this.blur();ContactForm.CaptchaChanger(Contact'+
	'Form.Config.Captcha)" /><div style="font-weight:normal;font-size:8pt;'+
	'color:#d00000;text-align:center;height:&#39; + ContactForm.Config.Cap'+
	'tcha.Height + &#39;px">Unable to read the CAPTCHA? Click it to see a '+
	'new one.</div></li><li><label for="contactFormCaptcha" style="width:&'+
	'#39; + ContactForm.Config.Form.LabelWidth + &#39;px">Enter Captcha:</'+
	'label><input id="contactFormCaptcha" name="contactFormCaptcha" class='+
	'"lightboxFormTextInput" style="width:&#39; + InputWidth + &#39;px" ty'+
	'pe="text" /></li><li><label for="contactFormPersonCheck" style="width'+
	':&#39; + ContactForm.Config.Form.LabelWidth + &#39;px">&nbsp;</label>'+
	'<input id="contactFormPersonCheck" name="contactFormPersonCheck" clas'+
	's="lightboxFormTextInput" style="float:left;margin-right:6px" type="c'+
	'heckbox" value="1110010010101001" checked /><div style="font-weight:n'+
	'ormal;font-size:8pt;color:#d00000">Uncheck the box if you are a real '+
	'person. This is to prevent spam.</div></li><li><label style="width:&#'+
	'39; + ContactForm.Config.Form.LabelWidth + &#39;px">&nbsp;<img id="&#'+
	'39; + ContactForm.Config.AjaxImage.Id + &#39;" src="&#39; + ContactFo'+
	'rm.Config.AjaxImage.Uri + &#39;" width="&#39; + ContactForm.Config.Aj'+
	'axImage.Width + &#39;" height="&#39; + ContactForm.Config.AjaxImage.H'+
	'eight + &#39;" alt="LOADING" style="visibility:hidden;border:0" /></l'+
	'abel><input class="lightboxFormButton" style="width:&#39; + LightboxB'+
	'uttonWidth + &#39;px" type="button" value="Send" onclick="ContactForm'+
	'.SubmitMessage()" /><input class="lightboxFormButton" style="width:&#'+
	'39; + LightboxButtonWidth + &#39;px" type="button" value="Reset" oncl'+
	'ick="ContactForm.Create(\\&#39;&#39; + recipient + &#39;\\&#39;)" /><'+
	'input class="lightboxFormButton" style="width:&#39; + LightboxButtonW'+
	'idth + &#39;px" type="button" value="Cancel" onclick="lightboxNotific'+
	'ation(false,0,0)" /></li></ol></fieldset></form>';


