.commentbox .comment { margin-bottom: 1.5em; }
.commentbox .unpublished { border: #f00 1px solid; }
.commentbox .button { text-align: right; height: 26px; }
.commentbox .comment .header {
	border-bottom: #aab1be 1px solid;
	padding-bottom: 1px;
}
.commentbox .comment .header .user {
	width: auto;
	float: left;
	padding-top: 2px;
	line-height: 1em;
}
.commentbox .comment .header .info {
	width: auto;
	float: right;
	text-align: right;
	padding-top: 2px;
	line-height: 1em;
}
.commentbox .comment .header .info span.rating {
	padding-left: .6em;
	color: #068f19;
}
.commentbox .comment .header .action {
	height: 14px;
	width: auto;
	float: right;
	margin-left: 5px;
}
.commentbox .comment .header .action img { margin-left: 1px; }
#c_specials #comments form textarea {
	width: 502px;
	padding: 5px;
	height: 10em;
	border: #cbafe0 1px solid;
}
#comments form .button {
	margin-top: .4em;
	text-align: right;
}

