div.leftcontainer {
	background-color: #FFFFFF;
	max-width: 537px;
	min-height: 660px;
	padding: 12px 15px 6px;
	text-align: left;
	width: 537px;
}

div.comment-container {
    position:relative;
}

.comment-container  .add_new_comment {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	padding-bottom: 10px;
	width: 100%;
	height: 119px;
}
.comment-container  .add_new_comment .form_new_comment button, .comment-container .comment .answer_div button {
  background-color: transparent;
  background-image: url("../images/comments/sendbutton.png");
  border-style: none;
  cursor: pointer;
  height: 31px;
  margin-top: 10px;
  padding: 0;
  position: relative;
  width: 108px;
}
.comment-container .btn-throbber {
  background-color: white;
  height: 31px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 108px;
  display:none;
  text-align:center;
}
.comment-container  .btn-throbber img {
  height: 100%;
}
.comment-container  .comment {
  border: 1px solid #E0E0E0;
  font-family: Arial,Helvetica,sans-serif;
  height: auto;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
  width: auto !important;
}
.comment-container  .level_0 {
	margin-left:0 !important;
}
.comment-container  .comment:hover {
	background-color:#E0E0E0;
}
.comment-container  .level_0 .userpic {
	background:none !important;
	padding:0 !important;
}
.comment-container .comment .userpic {
	float: left;
	/* height: 69px;*/
	width: 69px;
	padding-left:12px;
	background:url(../images/comments/2ndlevel.png) no-repeat left center;
	margin-top: 5px;
	margin-left: 5px;
}
.comment-container .comment .user {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 3px;
}
.comment-container .comment .user a {
text-decoration:none;
}
.comment-container .comment .user a:hover {
text-decoration:underline;
}

.comment-container .comment .female, .comment-container .comment .female a {
	color: #FF0090;
}
.comment-container .comment .admin, .comment-container .comment .admin a {
	color: #390;
}
.comment-container .comment .male, .comment-container .comment .male a {
	color: #06C;
}
.comment-container .comment .date_time {
	font-size:10px;
	color:#999;
	display:inline-block;
	margin-left:5px;
	margin-top:5px;
}
.comment-container .add_new_comment .userpic {
	height: 69px;
	width: 69px;
	float: left;
}
.comment-container .add_new_comment .new_comment {
	float: right;
	width: 462px;
	text-align: right;
}
.comment-container .comment .answer_div {
	width: 505px;
	text-align: right;
	background:url(../images/comments/2ndlevel.png) no-repeat 7px 18px;
	margin-bottom:10px;
}
.comment-container .level_0 .answer_show_box {
	margin-left: 60px !important;
}
.comment-container .comment .report_abuse {
  background-image: url("../images/comments/report.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 17px;
  position: absolute;
  right: 25px;
  top: 35px;
  width: 19px;
}
.comment-container .comment .comment_delete {
	text-decoration: none;
	display: none;
	float: right;
	color: #C00;
	font-size: 18px;
	font-weight: bold;
	margin-right: 4px;
        margin-top:0px;
	cursor: pointer;
}
.comment-container .comment .comment_recover {
  background-color: #00CC00;
  background-image: url("ui-lightness/images/ui-icons_222222_256x240.png");
  background-position: -1px -65px;
  background-repeat: no-repeat;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  float: right;
  height: 15px;
  margin-right: 4px;
  margin-top: 3px;
  text-decoration: none;
  width: 15px;
}

.comment-container .comment:hover .comment_delete {
	display:block;
}
.comment-container .comment .answer_show_box {
  color: #0066CC;
  cursor: pointer;
  display: block;
  font-size: 10px;
  margin: 8px 100px 5px 0;
  text-align: right;
  text-decoration: underline;
}
.comment-container .level_0 .answer_div {
	margin-left:20px;
}
.comment-container textarea {
	font-family:Arial, Helvetica, sans-serif;
	border:solid 1px #999;
	background-color:#F5F5F5;
	font-size:13px;
	line-height:17px;
	height:68px;
	margin:0;
	padding:5px;
	resize:none;
}
.comment-container .add_new_comment textarea {
	width:450px;
}
.comment-container .comment textarea {
	width:450px;
}
.comment-container .comment .message {
  color: #999999;
  font-size: 12px;
  margin-left: 96px;
  margin-right: 37px;
  overflow-x: hidden;
  word-break: normal;
}
.comment-container .deleted {
	opacity:0.5;
	background-color:#FFE8E8;
}

.comment-container .level_0 .message {
	margin-left: 84px !important;
}

.container-about .comment-container .add_new_comment .new_comment {
width:750px;
}

.container-about .comment-container .add_new_comment textarea {
width:738px;
}

.comments .admin .message {
  color: #3366FF;
}
.like-dislike {
  font-size: 10px;
  line-height: 16px;
  position: absolute;
  right: 12px;
  top: 10px;
}
.like-dislike a {
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  color: black;
  display: inline-block;
  height: 16px;
  padding-left: 18px;
  text-decoration: none;
  margin-right:12px;
}
.like-dislike .like {
  background-image: url("/content/images/thumb_up_comment.png");
}
.like-dislike .dislike {
  background-image: url("/content/images/thumb_down_comment.png");
  margin-left: 6px;
}
.likableWrapper .like-dislike {
  position: static;
}
img.likableElement {
  display: inline !important;
}

/*===anekdotes===*/

.block.anecdotes-big .comment-container .add_new_comment textarea {
    position:absolute;
    top:0px;
    left:120px;
    width:480px;
}
.block.anecdotes-big .comment-container .add_new_comment .form_new_comment button {
    position:absolute;
    top:80px;
    left:504px;
}

.block.anecdotes-big .comment-container .add_new_comment .userpic {
    margin-top:0px;
    margin-left:55px;
}

/*===Blog===*/

.center-box textarea {
    resize:none;
}

/*==Games & News_and_History==*/

.block.gamescomments .comment-container .add_new_comment textarea, .block.news_and_history .comment-container .add_new_comment textarea {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 595px;
}
.block.gamescomments .comment-container .add_new_comment .form_new_comment button, .block.news_and_history .comment-container .add_new_comment .form_new_comment button {
    position:absolute;
    top:92px;
    right:15px;
}

.block.gamescomments .comment-container .add_new_comment .userpic, .block.news_and_history .block.gamescomments .comment-container .add_new_comment .userpic {
    margin-top:15px;
    margin-left:10px;
}
.block.gamescomments .comment-container .add_new_comment, .block.news_and_history .comment-container .add_new_comment {
    height:130px;
}

/*===News_and_History===*/

.block.news_and_history .comment-container .add_new_comment textarea {
    width: 800px;
}

/*===Horoscope===*/
.block.horoscope .comment-container .add_new_comment .new_comment {
    width:745px;
}
.block.horoscope .comment-container .add_new_comment textarea {
    width:730px;
}