/* Edit me for the highlight color */
.editableAuthor, .editableComment{
 color: #000;
 background-color: #EEEEEE;
 }
 
.textComment { clear: both;}

/* Edit me for the textarea shown when editing a comment */
.textComment textarea {
	width: 90%;
	height: 100px;
	color: #444444;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px; /*font-size: 62.5%;*/
	line-height: 1.8em; /*margin:13px 0pt;*/
	border: 1px dotted #999; /*border: 0;*/
	padding: 0 4px;
	background-color: #EEEEEE;
}
.editComment { clear: both; }

/*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;}

.authorInput, .authorURL {
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif !important;
	font-size: 1em !important;
	font-weight: bold !important;
	border: 1px dotted #999;
	background-color: #EEEEEE;
}