Section 508 n.5

LABEL element 'FOR' attribute should have unique ID's and match all controls.

Example:
<label for="firstname">First Name: </label>
<input type="text" name="firstname" id="firstname">