/* In-stream (homepage & organisation feed) */
.comments {
	margin-left: 55px;
}
.comments form {
	text-align: right;
}
.comments form textarea {
	background: #ffffff url("../img/bg_textboxes_b.png") repeat-x;
	background: #ffffff url("../img/bg_textboxes_a.png") repeat-x;
	width: 483px;
	position: relative;
	left: 20px;
	display: block;
	height: 50px;
	max-height: 168px;
	resize: none;
	padding: 0.7em;
	color: #999;
	line-height: 1.5em;
	overflow: hidden;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	outline: none;
	margin-bottom: 5px;
}

#MainContent .news .comments {
	margin-left: 90px !important;
}

#MainContent .comments form textarea {
	width: 548px;
}

.comments form textarea[disabled] {
	background: #fafafa url("../img/bg_textboxes_b.png") repeat-x;
	border: 1px solid #bbb;
	color: #bbb
}

.comments .stream .comment, .comments .stream #newcomment_min {
	background-color: #eeeeee;
	padding: 0.5em;
	margin: 0.1em;
	margin-left: 20px;
}
.comments .stream .comment p {
	margin-left: 45px;
}
.comments .stream .comment p.time {
	font-style: italic;
	color: #999999;
	margin-top: 1em;
	margin-bottom: 0em;
}
.comments form input[type="submit"] {
	background: #FECB00;
	color: #82786F;
	border: none;
	padding: 3px 8px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	float: left;
	margin-left: 20px;
	margin-bottom: 1em;
}
.comments .ihtfg-more {
	padding: 0.5em;
	text-align:right;
	display: block;
	font-size: 85%;
	font-weight: bold;
	text-transform: none;
	padding-right: 10px;
	background-image: url("../img/icon_next.png");
	background-repeat: no-repeat;
	background-position: right center;
	clear: both;
}

/* Minor changes for the community listing */
.news .commentss {
	margin-left: 110px;
	margin-right: 110px;
}
.news .commentss textarea {
	width: 445px;
	resize: none;
}
