/* Edit me for the highlight color */
.editableAuthor, .editableComment{
 color: #000;
 background-color: #f8fca4;
 }
.editAuthor { 
	background-color: transparent; 
	display: inline; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	clear: none;
}
/* Edit me for the textarea shown when editing a comment */
.authorInput, .authorURL {
	border:1px solid #ccc;
	padding:1px;
	background:#f4f4f4;
}
.textComment textarea {
	width: 99%; 
	height: 100px; 	
	border:1px solid #ccc;
	padding:1px;
	background:#f4f4f4;
}
/* Edit me for the div that contains the comment */
.editComment, .editableComment, .textComment{ 	font-size: 12px;
/*clear: both;*/ }
/* various CSS classes you can edit if you really want to */
.ajaxSaveButtons {
	margin:0 6px 0 0;
	border:1px solid #3465A4;
	color:#fff;
	background:#5D8BB3;
	padding:0 4px;
}
.ajaxSaveButtons:hover {
	border:1px solid #3465A4 !important;
	color:#fff !important;
	background:#3465A4 !important;
}
	
/*	
	}
.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: italic; background-color: #eee; color: #666; padding: 5px; font-weight: bold;}
.ajax-edit .ajax-timer { font-size: 0.8em; color: #f00000; }
input.ajax-error { border: 3px solid #966; }
textarea.ajax-error, li.ajax-error { background: #966; }