div.commentsection {
	display: block;
}

div.comment {
	padding: 5px;

}

div.commentoptions {
	float: right;
	font-size: smaller;
}

div.newcomment{
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

div.commenterror{
	color: #f81f21;
}

div.commenterror{
	font-color: #f82228;
}

p.commenthead {
	font-size: smaller;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-width: 1px;
}

p.commentbody {
	
}

p.maybebop {
	font-style: italic;
}

