.comment_pink_left_corner{
	-moz-border-radius-topleft:7px;
	background-color: transparent;
	background-image: url('../__images/_design/comments_pink_corner_left.png');
	background-repeat: no-repeat;
	width:8px  !important;
	
}
.comment_pink_right_corner{
	-moz-border-radius-topright:7px;
	background-color: transparent;
	background-image: url('../__images/_design/comments_pink_corner_right.png');
	background-repeat: no-repeat;
	width:10px !important;
}
table.comment_pink tr td{
	background:#fcc7c7;
}
table.comment_main {
	width:100%;
}

.comment_bright_left_corner{
	-moz-border-radius-topleft:7px;
	background-color: transparent;
	background-image: url('../__images/_design/comments_bright_corner_left.png');
	background-repeat: no-repeat;
	width:8px;
}
.comment_bright_right_corner{
	-moz-border-radius-topright:7px;
	background-color: transparent;
	background-image: url('../__images/_design/comments_bright_corner_right.png');
	background-repeat: no-repeat;
	width:10px;
}
table.comment_bright tr td{
	background:#dbdbdb;
}



table.comment_pink tr.left_column td div{
	background-color:	#FCC7C7;
	height:				100%;
	margin-left:		-1px;
	margin-right:		-1px;
	margin-top:			9px;
	width:				10px;
	min-height:			100%;
}
table.comment_pink tr.left_column td{
	height:				100%;
	min-height:			100%;
}
table.comment_pink tr.left_column{
	min-height:			100%;
	height:				100%;
}

table.comment_bright tr.left_column td div{
	background-color:	#dbdbdb;
	height:				100%;
	margin-left:		-1px;
	margin-right:		-1px;
	margin-top:			9px;
	width:				10px;
	min-height:			100%;
}
table.comment_bright tr.left_column td{
	height:				100%;
	overflow:			hidden;
}
table.comment_bright tr.left_column{
	height:				100%;
}

#comment_textarea{
	height:				150px;
	width:				339px;
	border:				1px solid #d4d0c8;
	padding-right:		15px;
}

#comment_smilies{
	height:				115px;
	width:				120px;
	border:				1px solid #d4d0c8;
	margin-bottom:		14px;
}

#comment_smilies img{
	margin:				4px;
}

.abuse_comment{
	float:		right;
	margin:		-15px 0 0 6px !important;
}
.abuse_comment img{
	float:		left;
}
.abuse_comment div{
	width:		0px !important;
	overflow:	hidden;
	float:		right;
}