#comments_list_root, #comments_list, #comments_list_root p {
	margin: 0px;
	padding: 0px;
}
#comments_list {
	margin-left: 20px;
}
#comments_list_root li, #comments_list li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
#comments_list_root li {
	margin-top: 10px;
}
#comment_add {
	width: 100%;
	float: left;
	margin-top: 10px;
}
#comment_add td, td.user_info td {
	vertical-align: top;
}
#comment_add .data {
	text-align: right;
	padding: 0px;
}
#comment_add .data .button {
	margin: 10px 0px 10px 0px;
}
div.reply {
	width: 100%;
	float: left;
}
#comments {
	width:100%;
}
#comments td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}
#comments .text {
	font-size: 12px;
	padding-right: 10px;
}
td.user_info {
	width: 200px;
}
#comment_add td.user_info {
	width: 100px;
}
td.user_info table {
	font-size: 10px;
	color: #777777;
}
td.user_info .avatar {
	width: 50px;
	height: 50px;
	margin-right: 3px;
}
td.user_info a {
	color: #0063af;
	text-decoration: none;
}
#message_comments_box {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px; 
}
#message_comments_box .tl {
	width: 9px;
	height: 9px;
	background: url('/i/mes/tl.gif') no-repeat;
}
#message_comments_box .tc {
	height: 9px;
	background: url('/i/mes/tc.gif') repeat-x;
}
#message_comments_box .tr {
	width: 9px;
	height: 9px;
	background: url('/i/mes/tr.gif') repeat-x;
}
#message_comments_box .cl {
	width: 9px;
	height: 1px;
	background: url('/i/mes/cl.gif') repeat-y;
}
#message_comments_box .karma_click {
	width: 15px;
}
#message_comments_box .text {
	vertical-align: top;
	height: 55px;
}
#message_comments_box .text img {
	margin-left: 5px;
	margin-top: 5px;
	cursor: pointer;
}
#message_comments_box .cr {
	width: 9px;
	height: 1px;
	background: url('/i/mes/cr.gif') repeat-y;
}
#message_comments_box .bl {
	width: 9px;
	height: 9px;
	background: url('/i/mes/bl.gif') no-repeat;
}
#message_comments_box .br {
	width: 9px;
	height: 9px;
	background: url('/i/mes/br.gif') no-repeat;
}
#message_comments_box .bc {
	height: 9px;
	background: url('/i/mes/bc.gif') repeat-x;
}
#message_comments_box .mes {
	width: 7px;
	height: 25px;
	background: #fff;
}
#message_comments_box .clear_m {
	background: #fff;
	width: 7px;
}
span.user {
	font-size: 11px;
	font-weight: bold;
}
span.user a {
	color: #000000;
	text-decoration: none;
}
span.user a:hover {
	color: #FFFFFF;
	background: #000000;
}
#karma_click_forma {
	font-weight: bold;
	width: 100%;
}
#karma_click_forma td {
	text-align: center;
}
#karma_click_forma .plus {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	cursor: pointer;
}
#karma_click_forma .minus {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	cursor: pointer;
	padding-left: 1px;
}
#karma_click_forma .stat {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
#karma_click_forma .off {
	color: #b3b3b3;
	cursor: default;
}
span#status_friend {
	font-size: 10px;
	color: #777777;
}
span#status_online {
	color: green;
}

table.u_info {
	width:100%;
	font-size: 10px;
	color: #777777;
	margin: 0px;
	padding: 0px;
}

table.u_info .friend_status {
	vertical-align: top;
	text-align: left;
}
table.u_info .friend_status img {
	width: 16px;
	height: 16px;
}

table.u_info .friend_add {
	width:16px;
	background: url('/i/user_add.png') no-repeat;
}
table.u_info .friend {
	width:16px;
	background: url('/i/friend.gif') no-repeat;
}
table.u_info .frs {
	width:16px;
	background: url('/i/frs.gif') no-repeat;
}
table.u_info .friend_add div {
	cursor:pointer;
	width:16px;
	height:16px;
}
table.u_info .user_ava {
	width:55px;
	text-align: left;
}

#message_comments_box .mousemove {
	display: none;
}