.mod-comments-panel
{
	border-top:1px solid #444444;
	background-color:#222222;
	height:30px;
}

.mod-comments-posts
{
	height:0px;
	overflow:hidden;
}

.mod-comments-info
{
	display:block;
	line-height:30px;
	height:30px;
	margin-left:5px;
	float:left;
}

.mod-comments-login
{
	line-height:30px;
	height:30px;
	display:block;
	font-size:10pt;
	color:#a3a3a3;
	float:right;
	margin-right:10px;
}

.mod-comments-add
{
	line-height:30px;
	height:30px;
	display:block;
	float:right;
	background-color:#111111;
	padding:0 5px;
	border-left:1px solid #444444;
	border-right:1px solid #444444;
	cursor:pointer;
}
.mod-comments-add:hover
{
	text-decoration:none;
	background-color:#222222;
}

.mod-comments-show
{
	line-height:30px;
	height:30px;
	background-color:#333333;
	display:block;
	float:right;
	padding:0 5px;
	cursor:pointer;
}
.mod-comments-show:hover
{
	text-decoration:none;
	background-color:#393939;
}

.mod-comments-post
{
	padding-bottom:5px;
	background-color:#333333;
}

.mod-comments-post-user
{
	line-height:15px;
	color:#aaaaaa;
	float:left;
	margin-left:5px;
	clear:both;
}

.mod-comments-post-time
{
	line-height:15px;
	float:left;
	margin-left:5px;
	font-size:8pt;
	color:#888888;
	font-style:italic;
}

.mod-comments-post-subject
{
	clear:both;
	float:left;
	margin-left:5px;
}

.mod-comments-post-text
{
	clear:both;
	float:left;
	text-align:left;
	margin-left:5px;
	padding-bottom:10px;
}

.mod-comments-form
{
	height:0px;
	overflow:hidden;
	background-color:#111111;
}

.mod-comments-form div
{
	float:left;
	margin:5px;
	padding:0px;
	text-align:left;
}

.mod-comments-form input
{
	border:1px solid #555555;
	background-color:#222222;
	color:#cccccc;
}

.mod-comments-form textarea
{
	border:1px solid #555555;
	background-color:#222222;
	color:#cccccc;
}