Hey, Im not sure if this goes in the module or template forum, it fits into both.

I have TinyMCE installed and in the settings I have pointed the css to my custom stylesheet 'form.css'
What Im wanting to do is change the color of the Tinymce textarea background and color of the buttons, but Im not sure what css to use.
I tried simply

body { background: black; }

and

textarea { background: black; }

But had no luck with either, Im unsure of what elements to define. Does anyone know how to do this, or have a TinyMCE stylesheet in use that I could use to modify?.
Thanks