Comment Form comment label required indicator

<label for="comment">Comment *</label>
needs a span tag for the asterisk like
 <label for="comment">Comment <span class="required">*</span></label>

otherwise there is no way styling it!!

Thanks