<form class="lotusForm2" method="post" action="javascript:;" aria-live="assertive">
	<div id="errorSummary" class="lotusFormErrorSummary">
		<div class="lotusFormError"><img class="yourProductSprite yourProductSprite-msgError16" src="../../../css/images/blank.gif" alt="Error" /><span class="lotusAltText">Error:</span> Please check the following:</div>
		<ul>
			<li><strong>Title</strong> [relevant error text]</li>
			<li><strong>URL</strong> [relevant error text]</li>
		</ul>
	</div>
		<div class="lotusFormTitle">
			<h2>Form Title</h2>
			<div class="lotusMeta">Descriptive text goes here, if desired</div>
		</div>
		<div class="lotusFormBody">
		<div id="error1" class="lotusFormError">
			<img class="yourProductSprite yourProductSprite-msgError16" src="../../../css/images/blank.gif" alt="Error" /><span class="lotusAltText">Error:</span> Error message goes here...
		</div>
		<div class="lotusFormField">
			<label for="title"><span class="lotusFormRequired">*</span>Title: <a href="javascript:;" aria-haspopup="true" aria-owns="popupIdGoesHere"><img class="yourProductSprite yourProductSprite-iconHelp16" src="../../../css/images/blank.gif" alt="Help" /><span class="lotusAltText">Help</span></a></label>
			<div><input class="lotusText" type="text" id="title" name="title" value="" aria-required="true" /></div>
		</div>				
		<div class="lotusFormField">
			<label for="description">Description: <a href="javascript:;" aria-haspopup="true" aria-owns="popupIdGoesHere"><img class="yourProductSprite yourProductSprite-iconHelp16" src="../../../css/images/blank.gif" alt="Help" /><span class="lotusAltText">Help</span></a></label>
			<div><textarea id="description" name="description" rows="5" cols="20" class="lotusText"></textarea></div>				
		</div>
		<div id="error2" class="lotusFormError">
			<img class="yourProductSprite yourProductSprite-msgError16" src="../../../css/images/blank.gif" alt="Error" /><span class="lotusAltText">Error:</span> Error message goes here...
		</div>
		<div class="lotusFormField">
			<label for="url"><span class="lotusFormRequired">*</span>URL: <a href="javascript:;" aria-haspopup="true" aria-owns="popupIdGoesHere"><img class="yourProductSprite yourProductSprite-iconHelp16" src="../../../css/images/blank.gif" alt="Help" /><span class="lotusAltText">Help</span></a></label>
			<div><input class="lotusText" type="text" id="url" name="url" value="http://" aria-required="true" /></div>					
		</div>
		<div class="lotusFormField"><input class="lotusCheckbox" type="checkbox" id="checkbox1" name="checkbox1" value="" /><label class="lotusCheckbox" for="checkbox1">Checkbox label text</label></div>
		<div class="lotusFormField">
			<label for="tags">Tags: <a href="javascript:;" aria-haspopup="true" aria-owns="popupIdGoesHere"><img class="yourProductSprite yourProductSprite-iconHelp16" src="../../../css/images/blank.gif" alt="Help" /><span class="lotusAltText">Help</span></a></label>
			<div><input class="lotusText" type="text" id="tags" name="tags" value="" /></div>
		</div>
		<div class="lotusFormField">
			<!--if we want to comply in IE, we need to redesign this to use a fieldset with a legend for the radio button group -->
			<fieldset class="lotusFieldset" role="radiogroup" aria-labelledby="privacy">
				<legend>Fieldset Example</legend>
				<div><input type="radio" id="radio1" name="radio1" class="lotusCheckbox" checked="checked" value="false" /><label class="lotusCheckbox" for="radio1">Radio button label text</label></div>
				<div><input type="radio" id="radio2" name="radio2" class="lotusCheckbox" value="true" /><label class="lotusCheckbox" for="radio2">Radio button label text</label></div>
				</fieldset>
		</div>	
	</div><!--end form body-->			
	<div class="lotusFormFooter">
		<input type="submit" value="Save" class="lotusFormButton" onclick="return showError();" /> <input type="button" value="Delete" class="lotusFormButton lotusBtnDisabled" disabled="disabled" /> <input value="Cancel" class="lotusFormButton" type="button" />
	</div>
</form>