By the way, this is the way the HTML is rendered:
PHP Code:
<div class="wrapperAttribsOptions">
<h4 class="optionName back"><label class="attribsInput" for="attrib-3-0">Message:</label></h4>
<div class="back">
<input disabled="disabled" type="text" name="remainingtxt_3" size="3" maxlength="3" value="90" /> maximum characters allowed<br /><textarea class="attribsTextarea" name="id[txt_3]" rows="3" cols="32" onkeydown="characterCount(this.form['id[txt_3]'],this.form.remainingtxt_3,90);" onkeyup="characterCount(this.form['id[txt_3]'],this.form.remainingtxt_3,90);" id="attrib-3-0" ></textarea>
</div>
<br class="clearBoth" />
</div>