/* Edit me for the highlight color */
.editableAuthor, .editableComment{
 color: #000;
 background-color: #ffffd3;
 }
/* 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 */
p.ajax-edit { font-size: small; 
	font-style: italic; 
	background-color: #222; 
	color: #fff; 
	padding: 5px; 
	border: 1px solid #999;
	margin: 5px 5px 10px 125px;
	 }
	
.ajax-edit .ajax-timer { color: #ccc; }

input.ajax-error { border: 3px solid #966; }

textarea.ajax-error, li.ajax-error { background: #966; }