.comment-table {
	width: 100%;
	border-collapse: collapse;
}

.comment-header td {
	background-image: url(../../../media/images/design/module_bg.jpg);
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topright: 8px;
	padding: 5px;
	padding-top: 8px;
}

.comment-content td {
	padding: 5px;
}

.comment-errors li {
	border: 1px solid red;
	padding: 5px;
	margin: 4px;
}

.comment-errors {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
