/* 

	COMMENT STYLES 
	
*/
.comments .comment {
	margin:0 0 10px;
}
.commentbox  {
	margin:30px 0 0 0;
	border-top: 3px solid #9E201B;
	padding: 10px 0 0 0;
}


.comments .comment .avatar {
	float:left;
	width:80px;
}

.comments .comment .comment_content {
	margin:0 0 0 0;
	overflow: hidden;
}

.comments .comment .comment_content .comment_head {
	overflow: hidden;
	margin: 0;
	float: left;
	width: 140px;
}


.comments .comment .comment_content  .whatposted {
float: right;
width: 540px;
}


.comments .comment .comment_content .comment_head .whoposted {
	float:left;
	font-weight:bold;
	width:100%
}

.comments .comment .comment_content .comment_head .whenposted {
	float:left;
	font-size:11px;
	color:#666;
}

.comments .comment .comment_content .comment_footer {
	overflow:hidden;
}

.comments .comment .comment_content .comment_footer a {
	float:right;
	font-size:11px;
}

/* review this code */
.addcommbox {
	overflow:hidden;
}

.addcommbox .addcombox_left {
	float:left;
	width:150px;
}

.addcommbox .addcombox_right {
	float:right;
	width:540px;
}

.addcommbox .addcombox_right textarea {
	width: 535px;
}

.addcommbox .addcombox_right span {
font-weight: bold;
margin: 10px 0 -24px 0;
display: block;
}

.addcommbox .addcombox_right input {
	margin:10px 0 0;
}