jQuery Validation

jQuery Validation

Hi,
I'm trying to wrap the error label with this template, but without success.
Can anyone help me to solve this issue?

  1. <div class="alert alert-error">
  2.             <div class="fx-alert-icon">
  3.                 <i class="fxicons fxicons-error"></i>
  4.             </div>
  5.             <div class="fx-alert-desc">
  6.                 <label id="input-error" class="has-error" for="input1">
  7.                     Input with error!!
  8.                 </label>
  9.             </div>
  10. </div>

Thanks,
NS