/* Write here your custom CSS rules. */
#ed_toolbar input
{
	background: #14181B;
	color: white;
	border:2px dashed #323136; 
	padding: 0px;
	width: 65px;
}
#ed_toolbar input:hover 
{
	background: #323136;
	color: white;
	border:2px dashed #14181B; 
	padding: 0px;
	width: 65px;
}

/*友情链接页面CSS*/
.link1 tr td {
	vertical-align: bottom;
	font-size: 9pt;
	line-height: 10pt;
}
.link1 tr td img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*WP Thread Comment*/
.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-image: url(images/black.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.chalt{

}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}

