/* ------------------------------------------------------------ */
/*		Commentaar opmaak										*/
/* ------------------------------------------------------------ */
					
#content .comment_odd {
	background-color: #ddd;
	border: 1px dotted #444;
	padding: 5px;
	margin-bottom: 5px;
	}	

#news_comments h3 {
	margin-top: 10px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 110%;
	}

#content .comment_even {
	background-color: #eee;
	border: 1px dotted #444;
	padding: 5px;
	margin-bottom: 5px;
	}							
	
	#leave_comment form fieldset {
		border: 1px solid #ddd;
		padding: 5px;
		width: 525px;
		}
		
		#leave_comment form legend {
			display: none;
			}
			
		#leave_comment form span {
			display: block;
			float: left;
			width: 151px;
			}
		#leave_comment form input {
			border: 1px solid #444;
			margin-bottom: 3px;
			width: 350px;
			padding: 2px;
			}
			
		#leave_comment form textarea {
			width: 505px;
			border: 1px solid #444;
			}	
					
			
