/* Edit me for the highlight color */
.editableAuthor, .editableComment{
 color: #000;
 background-color: #ffffd3;
 }
 .textComment textarea { width: 90%; height: 100px; }
.editComment, .editableComment{ clear: both; }
.ajaxSaveButtons { }
.textAuthor { }
.ajaxApproveLinks{}
.textComment { clear: both;}
span.ajax-admin-edit-links {}
/* Edit me for the textarea shown when editing a comment */



/*Edit me for the message that shows up to a user(non admin) when leaving a comment */
.ajax-edit { font-size: 1em; font-style: italic; background-color: #333; color: #fff; padding: 5px; font-weight: bold;}
.ajax-edit .ajax-timer { font-size: 0.8em; color: #FFCC66; }
input.ajax-error { border: 3px solid #966; }
textarea.ajax-error, li.ajax-error { background: #966; }