table.comments {
	border: 1px dotted gold;
	width: 700px;
}

.commentHeader {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: olive;
	letter-spacing: 2px;
	padding: 30px 55px;
}

.screenName {
	width: 140px;
	padding: 4px 0px 4px 5px;
	color: darkblue;
	text-align: left;
    background-repeat: no-repeat;
    background-position : right bottom;
	background-image: url('../images/system/talk.gif');
}

.editor {
	width: 140px;
	padding: 4px 5px 4px 0px;
	color: brown;
	text-align: right;
	background-repeat: no-repeat;
    background-position : left bottom;
	background-image: url('../images/system/reply.gif');
}

.commentDate {
	width: 130px;
	padding: 2px 2px;
	color: grey;
	font-size: 9px;
}

.talk {
	width: 500px;
	padding: 3px 5px;
	color: Black;
	background-color: Orange;
	font-style: italic;
}

.reply {
	width: 500px;
	padding: 3px 5px;
	color: Navy;
	background-color: Lime;
	font-style: normal;
}

.subject {
	font-weight: bold;
	letter-spacing: 1px;
}

.seperator {
	line-height: 3px;
}

input.commentButton {
	color               : navy;
	font-family         : Verdana, Arial, Helvetica, sans-serif;
	font-size           : 12px;
	height              : 38px;
	text-align          : center;
	padding             : 3px 12px;
}
