<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html lang="enu">

<head>
<title>Sample Form</title>
</head>

<body>
<h1 align="center">Form Fields for Evaluation</h1>

<p>Please let me know how I can make these radio buttons read properly.</p>

<FORM id=aspnetForm name=aspnetForm 
onsubmit="javascript:return WebForm_OnS


<table>
<tbody>
<tr>
                                <TD><DIV class=fieldlbl><STRONG>Are you 18 years of age or over? </STRONG></DIV></td>
<td><INPUT id=ctl00_ContentPlaceHolder1_ApplicationWizard_areu18_0 
                                type=radio CHECKED value=1 
                                name=ctl00$ContentPlaceHolder1$ApplicationWizard$areu18><LABEL 
                                for=ctl00_ContentPlaceHolder1_ApplicationWizard_areu18_0>Yes</LABEL>
<INPUT id=ctl00_ContentPlaceHolder1_ApplicationWizard_areu18_1 
                                type=radio value=0 
                                name=ctl00$ContentPlaceHolder1$ApplicationWizard$areu18><LABEL 
                                for=ctl00_ContentPlaceHolder1_ApplicationWizard_areu18_1>No</LABEL></TD></TR>
                                <TR>
                                <TD>
                                <DIV class=fieldlbl><STRONG>Do you have the legal right to work in the United States?</STRONG></DIV></TD>
                                <TD>
                                <TABLE 
                                id=ctl00_ContentPlaceHolder1_ApplicationWizard_legaltowork 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD><INPUT 
                                id=ctl00_ContentPlaceHolder1_ApplicationWizard_legaltowork_0 
                                type=radio CHECKED value=1 
                                name=ctl00$ContentPlaceHolder1$ApplicationWizard$legaltowork><LABEL 
                                for=ctl00_ContentPlaceHolder1_ApplicationWizard_legaltowork_0>Yes</LABEL></TD>
                                <TD><INPUT 
                                id=ctl00_ContentPlaceHolder1_ApplicationWizard_legaltowork_1 
                                type=radio value=0 
                                name=ctl00$ContentPlaceHolder1$ApplicationWizard$legaltowork><LABEL 
                                for=ctl00_ContentPlaceHolder1_ApplicationWizard_legaltowork_1>No</LABEL></TD></TR></TBODY></TABLE></TD></TR>
                                <TR>
                                <TD>
                                <DIV class=fieldlbl><STRONG>Have you ever 
                                applied for employment with this Company before? 
                                </STRONG></DIV></TD>
                                <TD>
                                <TABLE 
                                id=ctl00_ContentPlaceHolder1_ApplicationWizard_appliedbefore 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD><INPUT 
                                id=ctl00_ContentPlaceHolder1_ApplicationWizard_appliedbefore_0 
                                type=radio CHECKED value=1 
                                name=ctl00$ContentPlaceHolder1$ApplicationWizard$appliedbefore><LABEL 
                                for=ctl00_ContentPlaceHolder1_ApplicationWizard_appliedbefore_0>Yes</LABEL></TD>
                                <TD><INPUT 
                                id=ctl00_ContentPlaceHolder1_ApplicationWizard_appliedbefore_1 
                                type=radio value=0 
                                name=ctl00$ContentPlaceHolder1$ApplicationWizard$appliedbefore><LABEL 
                                for=ctl00_ContentPlaceHolder1_ApplicationWizard_appliedbefore_1>No</LABEL></TD></TR></TBODY></TABLE></TD></TR>
                                <TR>
                                <TD>
                                <DIV class=fieldlbl><STRONG>If yes, when did you 
                                apply?</STRONG></DIV></TD>
                                <TD><INPUT 
                                id=ctl00_ContentPlaceHolder1_ApplicationWizard_appliedwhen 
                                style="WIDTH: 200px" 
                                name=ctl00$ContentPlaceHolder1$ApplicationWizard$appliedwhen></TD></TR>
                                <TR>
                                <TD>
                                <DIV class=fieldlbl><STRONG>Were you 
                                hired?</STRONG></DIV></TD>
                                <TD>
                                <TABLE 
                                id=ctl00_ContentPlaceHolder1_ApplicationWizard_wereyouhired 
                                border=0>
                                <TBODY>
                                <TR>
                                <TD><INPUT 
                                id=ctl00_ContentPlaceHolder1_ApplicationWizard_wereyouhired_0 
                                type=radio CHECKED value=1 
                                name=ctl00$ContentPlaceHolder1$ApplicationWizard$wereyouhired><LABEL 
                                for=ctl00_ContentPlaceHolder1_ApplicationWizard_wereyouhired_0>Yes</LABEL></TD>
                                <TD><INPUT 
                                id=ctl00_ContentPlaceHolder1_ApplicationWizard_wereyouhired_1 
                                type=radio value=0 
                                name=ctl00$ContentPlaceHolder1$ApplicationWizard$wereyouhired><LABEL 
                                for=ctl00_ContentPlaceHolder1_ApplicationWizard_wereyouhired_1>No</LABEL></TD></TR></TBODY>
</TABLE>
</td>
</tr>
</tbody>
</table>

</form>

</body>


</html>