#commentsys *, .commentsys *{
	font-size: 9pt;
	font-family: arial;
}
#commentsys {
	margin: 0;
	color: #444;
}
div.commentsys_comment{
	/*border: solid 1px black;*/
	border-bottom: solid 1px #c9c9c9;
	padding: 7px 0 7px 0;
}
div.commentsys_subcomment {
	margin: 9px 0 0 0;
	border-top: solid 1px #c9c9c9;
	padding: 7px 0 7px 3px;
}
h2#leave-comment {
	margin-top: 8px;
}
textarea.commentsys{
	width:95%;
	height: 75px;
	margin: 5px 0 5px 0;
	font-size: 8.5pt;
	padding: 2px;
}
input.commentsys {
	margin: 4px 0 4px 0;
	width: 40%;
	padding: 2px;
	font-size: 8.5pt;
}
div.commentsys_added{
	border:1px solid #aa8;
	background:#ffa;
	padding: 5px;
}
.commentsys_replylink {
	margin-top: 3px;
}
.commentsys_replylink a {
	font-weight: normal;
	font-size: 8.5pt;
}
div.commentsys_poster {
	padding: 0 0 7px 0;
	font-weight: bold;
	color:#900;
}
span.commentsys_ago {
	font-size: 8.5pt;
	font-weight: normal;
}
div.commentsys_viewhidelink {
	margin: 7px 0 0 18px;
	font-size: 8.5pt;
}
div.commentsys_viewhidelink a {
	font-weight: bold;
	font-size: 8.5pt;
}
#commentsys h2 {
	font-size: 11pt;
	margin-bottom: 2px;
}
.commentsys_label {
	font-size: 7.5pt;
	color: #808080;
	margin-left: 5px;
	position: relative;
	top: -3px;
}
