#news_comment {
	display: block;
	margin-top: 15px;
}

#news_comment .red {
	color: #ff0000;
	margin-left: 3px;
}

#news_comment .error {
	color: #ff0000 !important;
	margin: 5px 0 5px 0;
}

#news_comment fieldset {
	border: 0;
}

#news_comment fieldset legend {
	font-weight: bold;
}

#news_comment input {
	width: 240px;
	border: 1px solid #888888;
	padding: 2px;
}

#news_comment input.submit {
	width: 100px;
}

#news_comment textarea {
	width: 520px;
	height: 100px;
	border: 1px solid #888888;
	padding: 2px;
}