.reactionscontainer,
.reactionscontainer .comment,
.reactionscontainer h2,
.reactionscontainer .comment h5,
.reactionscontainer .comment p
{
	padding:0;
	margin:0 !important;
}

.reactionscontainer .comment
{
	overflow:hidden;
}

.reactionscontainer .comment.cmshidden
{
	background-color: #fde0e0;
}

.reactionscontainer .comment.cmshidden p
{
	padding-left:8px;
}

.reactionscontainer .comment.cmshidden p small.red
{
	color: #FF150C;
}


.reactionscontainer .comment.cmshidden hr
{
	background-color: #fff;
}

.reactionscontainer
{
	margin-top:10px;
}

.reactionscontainer hr
{
	clear:none;
}

.reactionscontainer .comment h5
{
	margin-top:4px;
}

p.killcomment
{
	text-align: right;
	float:right;
}

p.killcomment a
{
	position:relative;
	background-color: #fff;
	padding:1px;
	top: -20px;
}


.reactionscontainer .comment h5 small
{
	font-weight: normal;
}

.reactionscontainer hr
{
	display:block;
	/*the border*/
	margin: 0;
	margin-top:8px;
	height: 1px;
	width:100%;
	padding-bottom:4px;
	/*whatever the total width of the border-top and border-bottom equal*/
	border-color: #818285;
	border-width: 1px 0 0 0;
	border-style: dotted none none none;
	clear: both;
	/* klote IE gebruikt 'dashed' i.p.v. 'dotted' 
	background-image: url(gui/dot.gif);
	background-repeat: repeat-x;*/
}