@charset "utf-8";
/* CSS Document */
#comments_wrap
{
	display:block;
	float:left;
	width:670px;
	height:auto;
	margin:15px 0 10px 20px;
	font-weight:normal;
	padding:0;
	text-shadow:0 1px 0 #fff;
}


ol.commentlist{
	
	width:640px;
	margin-left:5px;
	height:auto;
	border-bottom:#f6fdff 1px solid;
	
	
}
ol.commentlist li{
	padding:5px;
	border:#accfd6 1px solid;
	background:#d6ecee;
	height:auto;
	margin-left:5px;
	margin-bottom:2px;
}
ol.commentlist li p
{
	display:block;
	width:510px;
	margin-left:100px;
	font-size:14px;
	line-height:19px;
	padding:4px 0;
}
ol.commentlist li img
{
	float:left;
	border:#0099FF 1px solid;
	margin:5px 12px 0 5px;
	padding:3px;
	background:#FFFFFF;
		
}

ol.commentlist li.author-comment img.avatar
{
	border:#629e30 1px solid;
}
ol.commentlist li.alt
{
	background:#f1f9fa;
}
ol.commentlist li.author-comment
{
	border:#b2d198 1px solid;
	border-top:#e6ffd1 1px solid;
	background:#cfe7bb;
	color:#5f8d3a;
	text-shadow:0 1px 0 #e6ffd1;
}
ol.commentlist li.author-comment a, ol.commentlist li.author-comment a:visited{
	color:#5f8d3a;	
}
ol.commentlist li.author-comment strong{
	color:#5f8d3a;	
}
ol.commentlist li.author-comment a:hover{
	color:#4c7a27;
}
cite 
{
	font-style: normal;
	
}

ol.commentlist li.author-comment cite a.url, ol.commentlist li.author-comment cite a.url:visited, ol.commentlist li.author-comment small.commentmetadata a, ol.commentlist li.author-comment small.commentmetadata a:visited{
	color:#000099;	
}
ol.commentlist li.author-comment cite a.url:hover, ol.commentlist li.author-comment small.commentmetadata a:hover
{
	color:#0a2f00;
}
#comments_form_wrap{
	background: #f0f8fa;
	width:517px;
	margin:15px 0 10px 0;
	margin-left:10px;
	padding:25px 20px 10px 20px;
	border:#b0d1d8 1px solid;
}
#comments_form_wrap form p{
	padding:3px 0 6px 0;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#515151;
	
}
#comments_form_wrap form p label{
	width:80px;
	display:block;
	float:left;
	padding:7px 0 0 0;
}
#comments_form_wrap input, #comments_form_wrap textarea
{
	background:#fff;
	border:#b0d1d8 1px solid;
}
#comments_form_wrap textarea
{
	width:500px;
}
#comments_form_wrap input#comment-submit{
	margin:5px 0 0 0;
	padding:8px 10px 7px 10px;
	font-weight:600;
	color:#FFFFFF;
	font-size:16px;
	font-style:normal;
	background-image:url(image/submit_buton.png);
	cursor:pointer;
}
#comments_form_wrap input#comment-submit:hover{
	color:#164954;
}






