﻿.CommentPut_noSend
{
	/* 评论没有发送时 */
    display:none;
}

.CommentPut_SendOK
{
	/* 评论发送成功时 */
	font-size:12px;
	color:Green;
}

.CommentPut_Sending
{
	/* 评论正在发送时 */
	font-size:12px;
	color:Blue;
}

.CommentPut_SendError
{
	/* 评论发送出错时 */
	font-size:12px;
	color:Red;
}
