/* Edit me for the highlight color */
.editableAuthor, .editableComment{
 color: #FFFFFF;
 background-color: #220000;
 }
/* Edit me for the textarea shown when editing a comment */
.textComment textarea { width: 90%; height: 100px; }
/* Edit me for the div that contains the comment */
.editComment, .editableComment, .textComment{ /*clear: both;*/ }
/* various CSS classes you can edit if you really want to
.ajaxSaveButtons { }
.textAuthor { }
.ajaxApproveLinks{}
span.ajax-admin-edit-links {}
*/

/*Edit me for the message that shows up to a user(non admin) when leaving a comment */
.ajax-edit { font-size: 1em; font-style: normal; background-color: #220000; color: #FFFFFF; padding: 5px; font-weight: bold;}
.ajax-edit .ajax-timer { font-size: 1em; color: #860000; }
input.ajax-error { border: 1px dotted #000000; }
textarea.ajax-error, li.ajax-error { background: #180000; }