<div class="broker-spotlight-submission">

	<style type="text/css">
		div.broker-spotlight-submission { border:1px solid #E0E0E0; padding:.5em;}
		div.broker-spotlight-submission h1 { text-transform:uppercase; font-weight:normal; font-size:1.3em;}
		div.broker-spotlight-submission table.nominee { margin-left:1em; margin-top:.5em; margin-bottom:1em;}
		div.broker-spotlight-submission table.nominee td.l {width: 75px; }
		div.broker-spotlight-submission table.nominee td { padding-bottom: .25em; }
		div.broker-spotlight-submission div.story { padding-left:1em; margin-top:.5em; margin-bottom:1em; }
		div.broker-spotlight-submission div.story textarea { width: 400px; height: 12em; }
		div.broker-spotlight-submission table.nominee td input { width: 200px; }
	</style>

	<h1>Your Nominee</h1>
	<table class="nominee">
		<xsl:for-each select="/form/input[contains( @name, 'NOMINEE')]">
			<tr>
				<td class="l"><xsl:copy-of select="/form/label[@for=current()/@id]" /></td>
				<td class="r"><xsl:copy-of select="." /></td>
			</tr>
		</xsl:for-each>
	</table>
	
	<h1>Your Story</h1>
	<div class="story">
	<cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="field" fieldName="brksptlght_story"/>
	</div>
	<div class="buttons">
		<cfmodule template="/mstrcfmod/CDA/cfmod_formXSLHelper.cfm" helper="button" class="submit"/>
<!--- <cfmodule template="/mstrcfmod/WRK/bindings/helpers/button.cfm" class="reset"/> --->
	</div>
</div>