<legend>Additional information</legend>
<table cellpadding="0" cellspacing="0" border="0" class="hikashop_contentpane">
<tr class="hikashop_checkout_substart_line" id="hikashop_order_substart">
<td class="key">
<label for="substart">Start my subscription with...</label> </td>
<td>
<input type="radio" name="data[order][substart]" value="current_issue" id="substart_current_issue" onclick="hikashopToggleFields(this.value,'substart','order',0);" /><label for="substart_current_issue">Current Issue?</label><input type="radio" name="data[order][substart]" value="next_issue" id="substart_next_issue" onclick="hikashopToggleFields(this.value,'substart','order',0);" /><label for="substart_next_issue">Next Issue</label> <span class="hikashop_field_required">*</span> </td>
</tr>
<tr class="hikashop_checkout_subtype_line" id="hikashop_order_subtype">
<td class="key">
<label for="subtype">New Subsrcription or Renewal?</label> </td>
<td>
<input type="radio" name="data[order][subtype]" value="new" id="subtype_new" onclick="hikashopToggleFields(this.value,'subtype','order',0);" /><label for="subtype_new">New</label><input type="radio" name="data[order][subtype]" value="renewal" id="subtype_renewal" onclick="hikashopToggleFields(this.value,'subtype','order',0);" /><label for="subtype_renewal">Renewal</label> <span class="hikashop_field_required">*</span> </td>
</tr>
</table>
Where can I edit this to change the layout- I at least need to get the field label to 'align-top' in the table cell.