.mceNonEditable {
	background: yellow;
}

.mceEditable {
	background: white;
}

*[contentEditable]:focus {
	outline: 1px dotted gray;
}
