<form id="myFormId" name="myForm" action="/testAction.action" method="post">
	<tableclass="wwFormTable">
		<tr>
			<td class="tdLabel">
				<labelfor="myId"class="label">
					MyLabel:<img
								src='/static/tooltip/myTooltip.gif'
								title="myTooltip" alt="myTooltip" />
				</label>
			</td>
			<td class="tdInput">
				<input type="text" name="" id="myId"/>
			</td>
		</tr>
	</table>
</form>



