@charset "utf-8";
/* CSS Document */

#Cog-Plugin-comment{
	width:100%;
	min-height:200px;
	font-size:13px;
}
#Cog-Plugin-comment .input table{
	width:100%;
}
#Cog-Plugin-comment .tip{
	height:25px;
	color:#ffffff;
	background-color: #529700;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	margin-top:6px;
	text-align:center;
	width:80px;
	margin-bottom:10px;
	padding-top:1px; display:block;
	}
.Cog-Plugin-comment-text{
		width:98%;
		height:80px;
	}
#Cog-Plugin-comment .comment{ margin-top:5px;}
#Cog-Plugin-comment .comment ul{
	margin:0px;
	margin-left:20px;
	padding:0px;
	padding-left:-10px;
	}
#Cog-Plugin-comment .comment ul li{
		border-bottom:1px solid #CCC;
		line-height:30px;

		
	}
#Cog-Plugin-comment .comment ul li .user{
		color:#999;
	margin-left:20px;
	}
#Cog-Plugin-comment .comment ul li .user a{
	text-decoration:none;
	color:#0033FF;
	}
#Cog-Plugin-comment .comment ul li .time{
	color:#CCCCCC;
	font-size:12px;
	margin-left:20px;
	}
#Cog-Plugin-comment .comment ul li .re{
	color:#529700;
	font-size:12px;
	cursor:pointer;
	margin-left:20px;
	}
#Cog-Plugin-comment .comment ul li .re:hover{
	text-decoration:underline;
	}
#Cog-Plugin-comment #ReComment{
	clear:both;
	}
#Cog-Plugin-comment input{
		border:1px solid #529700;
		background:#FFFFFF;
		color:#529700;
		cursor:pointer;
		margin-right:10px;
 	}
#Cog-Plugin-comment input:hover{
		border:1px solid #FFF;
		background:#529700;
		color:#FFF;
	}
#Cog-Plugin-comment .alert{
		margin-right:20px;
		color:#666;
		font-size:12px;
	}