		<div id="content">
			<h1 locid="locPageTitle">Uninstall Options</h1>
			<p id="pageInstructions" locid="locPageInstructions">Select which components you want to uninstall:</p>
			<div class="scrollList">
				<dl id="featureList">
					<dd class="disabled"><input type="checkbox" checked="checked" disabled="disabled"/><span>[productName]</span></dd>
				</dl>
				<div class="totals">
					<input type="button" id="selectAll" name="selectAll" value="Select All" />
					<p>
						<input type="checkbox" id="uninstallPreferences" checked="checked"/><label for="uninstallPreferences" locid="locUninstallPreferences">Remove all application preferences</label>
					</p>
				</div>
			</div>
		</div>

		<!-- Errors -->
		<div id="error" class="error" style="visibility: hidden">
			<dl>
			</dl>
		</div>
