#comment_form{
	border-style: solid;
	border-radius: 5px;
	border-color: #BCCDDD;
	border-width: 1px;
	padding: 15px;
	margin-top:15px;
}
#new_comment_text{
	width:100%;
	height:50px;
	margin-top:5px;
}
#comment_add_button{
	float: right;
	padding:2px;
	margin-top:5px;
	cursor: pointer;
}
#symb_counter{
	margin-top:10px;
	float: left;
}
.comment_list_item{
	border-style: solid;
	border-radius: 5px;
	border-color: #BCCDDD;
	border-width: 1px;
	padding: 15px;
	background-color: #e7e7e7;
	border-left:none;
	border-right:none;
	margin: 5px;
	padding-top:10px;
}
.comment_item_text{
	margin-top:15px;
	margin-bottom:10px;
}
.comment_item_title{
	margin-bottom:5px;
	border-bottom-style: solid;
	border-bottom-width:1px;
	border-color:#BCCDDD;
}
.comment_title_date{
	font-weight: normal;
	font-size:8pt;
}
#comment_name{
	width:300px;
	margin-bottom:10px;
	margin-top:5px;
}
.comment_edit_panel{
	text-align: right;
}
.comment_item_date{
	text-align: right;
	margin-bottom:10px;
}
.comment_item_author{
	float: left;
}
.comment_item_conf{
	margin-bottom:5px;
}
#comment_edit_wnd{
	padding:15px;
	display: none;
}
#comment_block_title{
	font-size:12pt;
	margin-top:10px;
	cursor: pointer;
	border-style: solid;
	border-width:1px;
	border-radius:5px;
	border-color:#BCCDDD;
	padding:10px;
	background-color:#F2F2F2;
}
#comment_block_title:hover{
	background-color:#e7e7e7;
	text-decoration: underline;
}
