I have a textarea and would like to know how to remove these "scratches":
Just add in your CSS:
textarea { resize: none; }
Remembering that this will remove the "risquinho" and also disable the resizing of textarea .