<fieldset id="salaryField">
<legend>Qualifying criteria:</legend>
Do you earn N40,000 or more each month?<br />
<label class="radio" for="earningsyes">
<input type="radio" name="earnings" id="earningsyes">
Yes</label>
<label class="radio" for="earningsno">
<input type="radio" name="earnings" id="earningsno">
No</label>
<hr />
Are you permanently employed?<br />
<label class="radio" for="permanentemployedyes">
<input type="radio" name="permanentemployed" id="permanentemployedyes">
Yes</label>
<label class="radio" for="permanentemployedno">
<input type="radio" name="permanentemployed" id="permanentemployedno">
No</label>
<hr />
Do you have an active salary account with any bank?<br />
<label class="radio" for="salaryaccountyes">
<input type="radio" name="salaryaccount" id="salaryaccountyes">
Yes</label>
<label class="radio" for="salaryaccountno">
<input type="radio" name="salaryaccount" id="salaryaccountno">
No</label>
<hr />
Is your Salary account a current account?<br />
<label class="radio" for="currentaccountyes">
<input type="radio" name="currentaccount" id="currentaccountyes">
Yes</label>
<label class="radio" for="currentaccountno">
<input type="radio" name="currentaccount" id="currentaccountno">
No</label>
<hr />
Have you been using your salary account for more than 3 months?<br />
<label class="radio" for="salaryaccount3monthsyes">
<input type="radio" name="salaryaccount3months" id="salaryaccount3monthsyes">
Yes</label>
<label class="radio" for="salaryaccount3monthsno">
<input type="radio" name="salaryaccount3months" id="salaryaccount3monthsno">
No</label>
<hr />
</fieldset>
<form>
<div class="continuecancelbtn" >
<!--Continue Button-->
<a href="#" class="pull-right" >
<img alt="someText" src="images/Continue.png">
</a>
<a href="#" class="pull-right" id="cancelBtn">
<img alt="someText" src="images/Cancelbtn.png">
</a>
</div>
Thanks