@charset "UTF-8";
/* CSS Document */


#commentlist h3 {
  background: url(/images/titles/box_titles_w.gif) 0px -180px no-repeat;
  width: 618px;
  height: 30px;
  margin-bottom:40px;
}
#commentlist h3 span {
	display: none;
}


/* general look of comments */
.comment_post {
	width: 100%;
	margin-bottom: 30px;
}
.comment_avatar {
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 26px;
	_margin-left: 7px;
}
.comment_text {
	float: right;
	width: 480px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
	color: #FFFFFF;
}
.comment_post .bodyraw {
  display:none;
}

/* post a reply form at the bottom */
#post_comment {
	background:#999999;
}
#post_comment h3 {
	background: url(/images/titles/title_post_comment.gif) 0px 0px no-repeat;
	width: 618px;
	height: 30px;
	margin-bottom:0;
}
#post_comment h3 span {
	display: none;
}
.input_comment textarea {
	width: 577px;
	height: 123px;
	border: 1px solid #727272;
	margin-top: 17px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.input_comment_anon textarea {
	width: 577px;
	height: 123px;
	border: 1px solid #727272;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.submit_comment {
	float: right;
	margin-right: 20px;
	margin-top: 7px;
	margin-bottom:20px;
}
#post_comment .actor-picker {
  float:left;
  margin-left:20px;
}

#poster_c {
  margin: 10px 20px 0 20px;
}

#poster_c input {
  border: 1px solid #727272;
}
