  

.comment_separator{border-bottom: 1px dotted; height: 1px; overflow: hidden; margin-bottom: 20px;}

.comment_post_box{width: 100%; line-height: 20px;}
.post_box_inner{padding: 0px 22px 16px 22px;}
.post_box_left{width: 71%; float: left; display: inline;}
.left{float: left; display: inline;}

#comment_box_right{margin-left: 15px;}
#post_comment{position: relative; top: 140px; left: -127px;}

.right{float: right; display: inline;}
.clear{clear: both;}

.comment_list{padding: 10px 22px 16px 22px;}

.comment_post_box textarea, .comment_post_box input{-moz-border-radius: none;-webkit-border-radius: none; background: none #fff; width: 100%; padding-left: 0; padding-right: 0; }
.comment_post_box input[type=submit]{width: auto;}
.comment_header{font-weight: bold;}
.comment#report{font-weight: bold; line-height: 12px;}
.comment#report .arrow_down{float: left; display: inline; height: 8px; width: 11px; background: url(../img/comments/down_arrow.gif); margin-left: 5px;}
.comment #replyBox{line-height: 19px;}
.comment .floatMe{display: block; height: 19px; float: left; display: inline; padding-left: 3px; padding-right: 3px;}
.comment{font-size: 13px; margin-bottom: 20px;}
.comment #comment_name_header{font-weight: bold; margin-bottom: 16px;}
.comment .comments_comment_text{margin-bottom: 16px; line-height: 14px;}
.comment .comment_footer{margin-bottom: 16px;}
.comment_footer .comment_like{float:left; display:inline;display: block; height: 19px; width: 19px; margin-left: 5px; margin-right: 5px; background: url(../img/comments/up.gif) no-repeat; }
.comment_footer .comment_dislike{float:left; display:inline;display: block; height: 19px; width: 19px; margin-left: 5px; margin-right: 5px; background: url(../img/comments/down.gif) no-repeat;}
.comment #likes, .comment #dislikes{padding-left: 3px; padding-right:3px;}
.comment .comment_stats{margin-top: 8px;}

/*moderate comments */
.comment_filter #selected{ font-weight: bold; }

.comment_message {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#D9E4FF url(../img/global/icons/info.png) no-repeat scroll 10px 50%;
	border:1px solid #8DACF7;			
	margin-bottom:10px;
	padding:15px;
}

.comment_failure {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FCCAC2;
	border:1px solid #EB5339;			
	margin-bottom:10px;
	margin-top: 10px;
	color:#AC260F;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 8px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_content a{color: #fff;}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}