.commentlist{
	
		color: #ababab;	
		overflow: hidden;
	}
	

	#Comments h3{
		color: #ababab;
		font-size: 14px;
		font-weight: 800;
		margin-bottom: 20px;
		
	}
	
	.commentlist .CommentWrapper{
	}
	.commentlist .CommentWrapper .CommentWrapper{
		line-height: 18px;
	}
	
	.commentlist .CommentWrapper .CommentGravatar{
		float: left;
		width: 35px;
		height: 30px;
		border: 1px solid #d3d3d3;
		padding: 1px;
	}
	.commentlist .CommentWrapper .CommentGravatar img{
		width: 35px;
		height: 30px;
	}
	.commentlist .CommentWrapper .CommentMeta{
		margin-left: 51px;
		font-size: 11px;
		
	}
		.CommentMeta a{
			color: #ababab;
			font-weight: 800;
		}
	.commentlist  .CommentContent{
		margin-left: 51px;
		font-size: 12px;
		padding-bottom: 2px;
		color: #5b5a50;
		border-bottom: 1px dotted #d3d3d3; 
		margin-bottom: 15px;
	}
	
	#commentform textarea{
		border: 1px solid #cecece;
		width: 541px;
		height: 190px;
	}
	
	#respond h3{
		color: #ababab;
		font-size: 14px;
		font-weight: 800;
		margin-bottom: 20px;
	}
	
	#respond a{
			color: #a41e1e;
		}
		
		
	.CommentContent p{
			margin-bottom:10px;
			line-height: 18px;
		}	
		#commentform #submit{
			margin-top:20px;
		}
