.comments_area{
	font-size: 11px;
}

.comments_area *{
	font-size: 11px;
}

.comments_area .c_table{
	width:100%;	
}

.comments_area .c_table td{
	vertical-align: top;
	padding: 5px;	
}

.comments_area label{
	float: left;
	width: 75px;
	display: block;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

.comments_area input.text{
	font-size: 11px;
	float: left;
	border: 1px inset #000000;
	width: 90px;	
	margin-right: 10px;
	margin-bottom: 5px;
	color: #000000;
}

.comments_area input.button{
	font-size: 11px;
	border: 1px outset #000000;
	font-weight: bold;
	width: 50px;	
}

.comments_area textarea{
	font-size: 11px;
	border: 1px inset #000000;
	width: 250px;
	height: 60px;
	margin-bottom: 5px;
}

.comments_area .c_table td .red{
	display: block;
	color: #FF0000;
	font-weight: bold;
}

.comments_area .comments{

}

.comments_area .comments .comment_in_list{
	padding: 5px;
	margin-top:10px;
}

.comments_area .comments .comment_in_list0{

}

.comments_area .comments .comment_in_list1{

}

.comments_area .comments .comment_in_list .info{
	border: 1px solid #EEEEEE;
	border-width: 1px 0px;
	padding: 3px 0px;
	margin-top: 5px;
	color: #888888;
}

.comments_area .comments .comment_in_list1 .info{
	border-top: 1px solid #FFFFFF;
}

.comments_area .comments_main_title{
	color: #0d3561;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom: 1px solid #0f355c;
}

.comments_area .comments_main_title a{
	font-size: 12px;
	color: #0d3561;	
	float: right;
	margin-left: 20px;
	text-decoration: none;
	display: block;
	padding: 5px;
}





