.commentAvatarContainer
{
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
}

.commentItem
{
	border: 1px solid #CCCCCC;
}

.commentAvatarItem
{
	display: inline-block;
	position: relative;
}

.commentNoAvatar
{
	width: 80px;
	height: 80px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-size: 50px;
	text-align: center;
}

.commentNoAvatar i
{
	line-height: 80px;
}

.commentBadge
{
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	bottom: 1px;
	color: #FFFFFF;
	height: 33px;
	line-height: 30px;
	position: absolute;
	right: -2px;
	text-align: center;
	width: 33px;
}

.vkCommentBadge
{
	background-color: #597DA3;
}

.odnoklassnikiCommentBadge
{
	background-color: #ED812B;
}

.youtubeCommentBadge
{
	background-color: #FF0000;
}

.commentInfoBlock
{
	background-color: #217DB5;
	border-top: 1px solid #EEEEEE;

	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
	color: #FFFFFF;
}

.commentInfoBlock .localLink
{
	color: #FFFFFF;
}

.form_for
{
	display: none;
}

.khayr_main_comment .form.comment input[type="submit"]
{
	margin: 0 auto;
	display: block;
}

.khayr_main_comment form input,
.khayr_main_comment form select,
.khayr_main_comment form textarea,
.khayr_main_comment textarea
{
	border: 1px solid #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	width: 100%;
	padding: 10px;
}

.khayr_main_comment form input[type="submit"],
.khayr_main_comment form button,
.khayr_main_comment button,
.khayr_main_comment a.button,
.khayr_main_comment a.button:visited
{
	padding: 10px;
	font-size: 16px;
	overflow: visible;
	background-color: #3399FF;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #3399FF;
	cursor: pointer;
}

.khayr_main_comment form button,
.khayr_main_comment button,
.khayr_main_comment a.button,
.khayr_main_comment a.button:visited
{
}

.khayr_main_comment form input[type="submit"]:hover,
.khayr_main_comment form button:hover,
.khayr_main_comment button:hover,
.khayr_main_comment a.button:hover
{
	opacity: 0.8;
}


.khayr_main_comment_suc_exp
{
	position: fixed;
	width: 100%;
	background: #0B690B;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	z-index: 2000;
	text-align: center;
	cursor: pointer;
	display: none;
}

.khayr_main_comment_err_exp
{
	display: none;
	cursor: pointer;
	position: fixed;
	width: 100%;
	background: #690B0B;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	z-index: 2000;
	text-align: center;
}

#addCommentFormBlock
{
	display: none;
}