.detail{
	padding:0px;
	border-bottom:3px double #999999;
}

#comment_area{
	width:510px;
}

#comment_area .user_comment{
	margin:15px 11px 20px 11px;
	padding:10px;
	line-height:150%;
	background-color:#ffffff;
	border:1px solid #E1E1E1;
}

#comment_area .user_comment .title{
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding:0px 0px 4px 5px;
}

#comment_area .user_comment .comment_body{
	margin:22px 5px 0px 5px;
}

#comment_area .user_comment .comment_body p{
	margin-bottom:7px;
	padding-left:5px;
}

#comment_area .user_comment .posted{
	border-top:1px solid #eeeeee;
	border-bottom:3px double #cccccc;
	padding:3px;
}

#comment_area .user_comment .comment_entry{
	margin:25px 10px 10px 10px;
	padding:10px;
	line-height:150%;
	background-color:#eeeeee;
}

#comment_area .user_comment .comment_entry p{
	margin-bottom:7px;
}

#comment_area .user_comment .comment_entry .text{
	width:300px;
}

#comment_area .user_comment .comment_entry textarea{
	width:400px;
	font-size:100%;
}

.comment_error{
	font-size:12px;
	margin:100px 0px 100px 100px;
	width:750px;
}

.comment_error blockquote{
	border:1px solid #cccccc;
	background-color:#eeeeee;
	padding:20px;
}

.comment_error strong{
	color:#cc0000;
}

