Untitled

                Never    
HTML
       
<div class="comments-box__actions__comment">
                    <div class="field field--textarea field--text--medium">
                        <label class="field__label -text-sm -line-h-s -weight-b" for="txta1"><?php echo $this->__('Add comment'); ?>: *</label>
                        <textarea id="comment_text" name="comment_text" rows="4" cols="40" class="required-entry field__control" ><?php echo Mage::getSingleton('core/session'); ?></textarea>
                    </div>
                </div>

Raw Text