@charset "utf-8";
/* CSS Document */

.textarea {
	width: 345px;
	height: 117px;
	border: 1px solid #686868;
	background-color: #f8f8f8;
	color: #4f700a;
	padding: 5px 5px 0 5px;
}

.comment-1 {
	width: 525px;
	height: auto;
}
	
	.comment-header-1 {
		width: 525px;
		height: 24px;
		background-image: url(../images/comment_header_1.png);
		margin-top: 8px;
	}
	
	.comment-content-1 {
		width: 525px;
		height: auto;
		background: url(../images/comment_content_1.png) repeat-y;
	}
	
	.comment-footer-1 {
		width: 525px;
		height: 17px;
		background-image: url(../images/comment_footer_1.png);
	}
	
.comment-2 {
	width: 525px;
	height: auto;
}
	
	.comment-header-2 {
		width: 525px;
		height: 24px;
		background-image: url(../images/comment_header_2.png);
		margin-top: 8px;
	}
	
	.comment-content-2 {
		width: 525px;
		height: auto;
		background: url(../images/comment_content_2.png) repeat-y;
	}
	
	.comment-footer-2 {
		width: 525px;
		height: 17px;
		background-image: url(../images/comment_footer_2.png);
	}
	
.avatar {
	width: 80px;
	height: 80px;
	border: 1px solid #a5a7a6;
}


		.eff {
			height: auto;;
		}

		.eff:hover {
		    background-color: #c6c6c6;
		}

