body {
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	background-color:#000;
}

.comments_list 	{ 
	width:400px;
}
.comment_block 	{ 
	width:400px;
	margin-bottom:5px;
	border-bottom:1px solid #e4e4e4;
}
.comment_text  	{ 
	font-size:14px;
}
.comment_date  	{ 
	font-size:10px;
	color:yellow;
	font-style:italic;
}
	
/* DON'T EDIT BELOW THIS LINE */
.green_message{
	background-color:#ccffcc;
	color:#333;
	border:1px solid #00b200;
	padding:5px;
	margin-bottom:2px;
	font-size:12px;
	font-weight:bold;
}
