Пожалуйста скажите что именно дописать чтобы в графе "текст сообщения" текст был черный а не серый (при вводе текста) как сейчас.
ссылка на сайт -
http://xrend.ru/kontakty.html
<p><span style="color:#900;">[+validationmessage+]</span></p>
<div class="form">
<p><strong>Отправить письменное сообщение</strong></p>
</div>
<form class="eform" method="post" action="[~[*id*]~]" enctype="multipart/form-data">
<input type="hidden" name="formid" value="feedbackForm" />
<input value="" name="special" class="special" type="text" eform="Спец:date:0" style="display:none;" />
<input type="text" name="name" id="name" class="grid_3" value="" placeholder="Имя" eform="Имя:string:1"/>
<input type="text" name="email" id="email" class="grid_3" value="" placeholder="Email" eform="E-mail:email:1" />
<input type="text" name="phone" id="subject" class="grid_3" value="" placeholder="Тел" eform="Тема::1"/>
<textarea name="comments" id="message" class="grid_6" cols="50" rows="10" placeholder="Сообщение" eform="Текст сообщения:string:1"></textarea>
<p align="left">
<label>Прикрепить файл</label><input type="file" name="attach" accept="application/x-tar, image/gif, image/jpeg, image/png, application/pdf, application/x-msexcel, application/msword, text/plain" eform="Attachment:file:0" style=""/>
</p>
<p align="right">
<input type="submit" name="submit" class="subeform grid_2" value="Отправить"/>
</p>
</form>