#reacties{
	clear:both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}

#reacties a{
	font-weight: bold;
	color: #00B9E0;
	text-decoration: none;
}
#reacties div.reageerNu{
	text-align:center;
	margin-top: 10px;
	margin-bottom: 20px;
}
#reacties img{
border:0px;
}

#reacties div.reactie_item{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
#reacties div.reactie_user{
	color:#00B9E0;
	font-size: 11px;
}
#reacties div.reactie_tekst{
	font-size: 11px;
}
#reacties div.reactie_datum{
	font-size: 11px;
	color: #999999;
}