I have the following:
Item 2
In webkit I can easily style this with css. Firefox is ignorin
div[contenteditable="true"] { /* your style here */ }
simone's answer was mostly correct except there needs to be quotes around "true" in [contenteditable="true"]