Como le doy estilo a un text area ??
 
Saludos     
  | 
 | |||
|  Re: CSS en Textarea   aqui tienes un ejemplo .textareaHoroscopo { WIDTH:90%; HEIGHT:50px; background-color: #fffafa; font-family:Tahoma; font-size:10px; color:#000000; border:#000000; border-style:solid; border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; cursor:hand} <textarea class="textareaHoroscopo"> </textarea> |