/*Joujou*/
#comment_list_wrapper {
	padding: 0 12px 10px 0;
	max-height: 420px;
	overflow: auto;
}

#comment_list_wrapper textarea {
	
}

#comment_list {
	list-style: none;
}

#comment_list li {
	padding: 10px;
	border-bottom: 1px dotted black;
	position: relative;
}

#comment_list li:last-child {
	border: none;
}

#comment_list li .user_image_wrapper {
	float: left;
	display: block;
	width: 40px;
}

.comment_text {
	float: left;
	margin: 0 0 0 20px;
	padding: 10xp;
	width: 500px;
}

#comment_list .delete {
	position: absolute;
	top: 5px;
	right: 0;
	background: none;
	width: auto;
}

#add_comment_form {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px dotted black;
}

.running_number {
	float: right;
	text-align: right;
	display: block;
	font-weight: normal;
}

.user_image_wrapper img
{
	border: 1px solid #7F745B;
}
