validation label error

validation label error

Hello experts,

<input type="text" name="tel1" id="tel1" class="number" maxlength="3"/>
<input type="text" name="tel2"  id="tel2" class="number" maxlength="3"/>
<input type="text" name="tel3" id="tel3" class="number" maxlength="4"/>

The above telephone numbers inputs are autotab at the same time. When try to make validation them (required:true), errors give inline near inputs. But I want to do it with one label-error only near 3rd input!