/** meCommentsEditor */

.comment-wrapper h1 {
	color:#993300;
	font-size:1.4em;
	font-weight:bold;
}

.meCommentThread .new-root-message .message-editor-wrap {
	border-top: 1px solid #737373; 
	margin-top: 15px;
}

.message-title-wrap .message-title {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px dotted #737373; 
	margin-top: 15px;
}

.message-title-wrap .message-author,
.message-title-wrap .message-date {
	color: #91B6B6;
	font-style: italic;
}
.message-title-wrap .message-date {
	padding-left: 10px;
}

.message-input-title label,
.message-input-author label {
	display: block;
}

.message-editor-title-wrap .message-editor-title {
	font-size: 15px; 
	font-weight: bold;
}

