div#content div.clear {
	height:			1px;
}

div#content span {
	color:			red;
}

div#content p a {
	color:			#E3043B;
}

#reactiesform label {
	float:			left;
	width:			100px;
}

#reactiesform input {
	float:			right;
	width:			200px;
	margin-bottom:	20px;
}

#reactiesform img {
	display:		block;
	float:			right;
	margin-bottom:	20px;
	margin-right:	35px;
}

#reactiesform textarea {
	overflow:		hidden;
	float:			right;
	width:			200px;
	height:			100px;
	margin-bottom:	20px;
}

#reactiesform label.error { 
	display:		none;
	color:			red;
	float:			right;
	clear:			both;
	width:			200px;
}

#reactiesform p.smallLabel {
	float:			right;
	width:			200px;
	margin-bottom:	10px;
}

#reactiesform input#submitButton {
	float:				left;
	width:				100px;
	height:				20px;
	border-width:		0px;
	background-color:	#b3a491;
	color:				#ffffff;
	font-weight:		bold;
	cursor:				pointer;
}

p.reactie_tekst {
	margin-bottom:		10px;
}

p.reactie_geplaatst_op {
	margin-bottom:		5px;
	font-style:			italic;
}

div.bericht_reactie {
	margin-bottom:		10px;
	border-bottom:		1px solid #cccccc;
	padding-bottom:		4px;
}

div.bericht_reactie  a {
	color:				#E3023A;
}

div#reactie_formulier {
	margin-top:			25px;
}

div#reactie_formulier h3 {
	margin-bottom:		10px;
}



