#comments_contain{
	margin:0 10px;
	overflow-y:auto;
}
#avatar_area{
	width:100px;
	height:100px;
	float:left;
	text-align:center;
	clear:both;
	margin-bottom:15px;
}
#avatar_area div{
	margin:0 auto 10px auto;
	font-size:10px;
	color:#2f2f2f;
}
.comments_area{

	border:1px solid #bfbfbf;
	border-radius:3px;
	overflow-y:auto;
	float:left;
	margin: 10px 10px 0 0px;
	padding:10px;
	width:90%;
	float:left;
	background:#eee;
	
}
.comments_area .name{
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;

}
.comments_area .name a{
	text-decoration:underline;
}
.comments_area .name a:hover{
	color:#F90;
}
p{
	padding:0;
	margin:5px 0 0 0;
	color:#000;
}
.comments_area .date{
	font-size:11px;
	color:#888;
}
#leave_comment{
	clear:both;
	border-top:1px solid #aaa;
	padding-top:10px;
	float:left;
	width:100%;
	margin-top:15px;
}
#leave_comment .leftcol{
width:75px;	
float:left;
clear:both;
}
#leave_comment .rightcol{
	width:185px;
float:right;
}
#leave_comment input[type="text"], #leave_comment textarea{
	float:right;
	margin-bottom:5px;
}
#leave_comment input[type="submit"]{
	float:right;
	clear:both;
}
#leave_comment input[type="text"]{
	width:100%;
	padding:0px;
}
#leave_comment textarea{
	height:60px;
	width:100%;
	padding:1px;
}

	
