div.comment-line-messages {
	display: none;
	/*float: left;*/
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
}

div.commentline-post form div.comment-line-messages {
	display: none;
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
}


div#comment-line-messages{
	/*width: 532px;*/
	margin-left: 4px;
}

div.comment-line-messages div{
	float: left;
}

div.comment-line-messages div.top div, div.comment-line-messages div.bottom div{
	float: left;
	height: 7px;
}

div.comment-line-messages div.top div.left, div.comment-line-messages div.top div.right, div.comment-line-messages div.bottom div.left, div.comment-line-messages div.bottom div.right{
	width: 7px;
}

div.comment-line-messages div.top div.right, div.comment-line-messages div.bottom div.right{
	float: right;
}


div.comment-line-messages div.middle{
	padding: 0 12px;
}

div.commentline-post div.comment-line-messages div.middle{ /*width: 906px;*/}
div.commentline-post div.comment-line-messages div.center{ /*width: 916px;*/}

div.commentline-post form div.comment-line-messages div.middle{	/*width: 886px;*/}
div.commentline-post form div.comment-line-messages div.center{	/*width: 896px;*/}

div.commentline-item div.comment-line-messages{ /*width: 790px;*/}
div.commentline-item div.comment-line-messages div.center{ /*width: 776px;*/}
div.comment-line-messages div.middle{ /*width: 766px;*/}
/*
div.commentline-item form div.comment-line-messages,  div.comment-line-messages div.middle{ width: 746px;}
div.commentline-item form div.comment-line-messages div.center{ width: 756px;}
*/


div.comment-line-messages p.msg-error {}
div.comment-line-messages p.msg-warning {}
div.comment-line-messages p.msg-message {}
div.comment-line-messages p.msg-loading {color: #00adee;}

div.discuss-item-buttons-box a.button, div.discuss-col2 a.send-comment{
	float: right;
	margin: 5px 0 0 3px;
	display: block;
	width: 97px;
	height: 21px;
}

div.discuss-item-buttons-box a.update, div.discuss-item-buttons-box a.cancel {
	display: none;
}

a.discuss-item-name {
	text-decoration: none;
	font-weight: bold;
}

textarea.comment-text-editbox{
	display: none;
}

div.textarea_counter {
	background-color:#161413;
	border:1px solid #000;
}

div.textarea_counter {
	bottom:0;
	color:#00adee;
	display:none;
	float:right;
	height:12px;
	min-width:34px;
	padding:1px;
	text-align:right;
	white-space:nowrap;
}

div.commentline-post div.post-loader {
	float: left;
	display: none;
	margin-top: 5px;
	line-height: 25px;
	padding-left: 20px;
	background: #1A1A1A url('/js/commentline/img/ajax-loader.gif') no-repeat left center;
}

div.commentlime-item-loader {
	float: right;
	display: none;
	line-height: 16px;
	padding: 0 25px;
	font-size: 11px;
	font-weight: normal;
	background: #1A1A1A url('/js/commentline/img/ajax-loader.gif') no-repeat left center;
}
div.commentline-item-moderation-info {
	margin: 10px 0 0 0;
	font-size: 10px;
	font-style: italic;
	color: #b2b2b2;
}
