table.comments {
	margin: 5px 0;
}

table.comments td.author {
	white-space: normal;
	width: 123px;
}
table.comments td.author .image {
	margin: 8px 0 0 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
			border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.comments tfoot td.author .image {
	margin-top: 6px;
	width: 70px;
	height: 70px;
}
table.comments .author .image img {
	display: block;
	width: 100%;
}
table.comments .body .nav a {
	color: #111111;
	text-decoration: underline;
	font-size: 90%;
}
table.comments .body .nav a:hover {
	color: #de3135;
}
table.comments .body .date {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 12px;
}
table.comments .body .content {
}
table.comments .body .content .photos img {
	display: block;
	height: 66px;
	width: auto;
	margin: 8px 5px 0 0;
}
table.comments .body blockquote {
	padding: 5px 10px;
	background: #1b1b1b;
	background: rgba(0,0,0,0.11);
	border-left: 3px solid #121212;
	border-color: rgba(0,0,0,0.33);
	margin: 3px 0;
}
table.comments .body blockquote > blockquote {
	margin: 5px 0;
}
table.comments .body blockquote > p {
	font-size: 90%;
	color: #888;
	margin: 0 0 4px 0;
}
table.comments .body .wi {
	padding-right: 34px;
}
table.comments .body textarea {
	padding-right: 24px;
}
table.comments tfoot {
	background: transparent;
}
table.comments tfoot.flash {
	background: #FDEAD4;
}
table.comments tfoot.anim {
		 -o-transition: all 2s linear;
	   -moz-transition: all 2s linear;
	-webkit-transition: all 2s linear;
			transition: all 2s linear;
}
.text.placeholder:before {
    content: attr(placeholder);
    float: left;
    color: #b3b3b3;
}
/* бокс "мое сообещние" */
.attach_photos .im_nav,
.comments_form .im_attach,
.comments_form .slide {
		 -o-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
			transition: all 200ms linear;
}
table.comments .missive {
	padding: 0 8px 10px 8px;
}
.comments_form .smiles {
	height: 28px;
	margin-right: 20px;
	margin-bottom: 2px;
	overflow: hidden;
}
.comments_form .slide {
	position: relative;
	padding: 5px;
	float: right;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}
.comments_form .slide div {
	width: 16px;
	height: 16px;
	background: url(pic/slide.png) no-repeat;
}
.comments_form .slide:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
}
.comments_form .slide.open div {
	background-position: left bottom;
}
.comments_form .im_attach {
	padding: 5px;
	top: 0px;
	right: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}
.comments_form .im_attach.hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
}
.comments_form .message {
	position: relative;
	min-height: 58px;
}
.comments_form .upload_progress {
	position: relative;
	display: none;
	margin: 3px 0;
	height: 12px;
	background: #262626;
	overflow: hidden;
}
.comments_form .upload_progress > div {
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
}
.comments_form .upload_progress > .animate {
	width: 100%;
	background: url(pic/ajax-load.gif);
	opacity: 0.2;
	filter: alpha(opacity=20);
	z-index: 1;
}
.comments_form .upload_progress > .process {
	width: 0%;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 2;
}
/* вложения фото */
table.comments .attach_photos > div,
.comments_form .attach_photos > div {
	position: relative;
	margin: 0 0 10px 5px;
	border: 2px solid #424242;
	height: 100px;
	min-width: 70px;
}
table.comments .attach_photos > div:first-child,
.comments_form .attach_photos > div:first-child {
	margin-left: 0;
}
table.comments .attach_photos a,
.comments_form .attach_photos a {
	display: block;
	margin: 0;
}
table.comments .attach_photos img,
.comments_form .attach_photos img {
	display: block;
	height: 100px;
	width: auto;
}
table.comments .attach_photos .loading,
.comments_form .attach_photos .loading {
	background-image: url(pic/progress.gif);
}
.attach_photos .im_nav {
	position: absolute;
	z-index: 3;
	top: 5px;
	right: 5px;
	padding: 4px;
	background: #000;
	background: rgba(0,0,0,.8);
	opacity: 0.5;
	cursor: pointer;
	filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
			border-radius: 2px;
	   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.attach_photos .im_nav.hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
.attach_photos .im_nav div {
	background-position: -14px 0 !important;
}

div.button_reply {
	position: relative;
	float: right;
	z-index: 1;
}