Index: bbp-themes/bbp-twentyten/css/bbpress-rtl.css
===================================================================
--- bbp-themes/bbp-twentyten/css/bbpress-rtl.css	(revision 3380)
+++ bbp-themes/bbp-twentyten/css/bbpress-rtl.css	(working copy)
@@ -522,7 +522,7 @@
 .bbp-topics-front tr.super-sticky td,
 .bbp-topics tr.super-sticky td,
 .bbp-topics tr.sticky td,
-.bbp-forum-info tr.sticky td {
+.bbp-forum-content tr.sticky td {
 	background-color: #ffffe0 !important;
 	font-size: 1.1em;
 }
Index: bbp-themes/bbp-twentyten/css/bbpress.css
===================================================================
--- bbp-themes/bbp-twentyten/css/bbpress.css	(revision 3380)
+++ bbp-themes/bbp-twentyten/css/bbpress.css	(working copy)
@@ -532,7 +532,7 @@
 .bbp-topics-front tr.super-sticky td,
 .bbp-topics tr.super-sticky td,
 .bbp-topics tr.sticky td,
-.bbp-forum-info tr.sticky td {
+.bbp-forum-content tr.sticky td {
 	background-color: #ffffe0 !important;
 	font-size: 1.1em;
 }
Index: bbp-themes/bbp-twentyten/single-forum.php
===================================================================
--- bbp-themes/bbp-twentyten/single-forum.php	(revision 3380)
+++ bbp-themes/bbp-twentyten/single-forum.php	(working copy)
@@ -20,7 +20,7 @@
 
 					<?php if ( bbp_user_can_view_forum() ) : ?>
 
-						<div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-info">
+						<div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-content">
 							<h1 class="entry-title"><?php bbp_forum_title(); ?></h1>
 							<div class="entry-content">
 
Index: bbp-themes/bbp-twentyten/bbpress/feedback-no-access.php
===================================================================
--- bbp-themes/bbp-twentyten/bbpress/feedback-no-access.php	(revision 3380)
+++ bbp-themes/bbp-twentyten/bbpress/feedback-no-access.php	(working copy)
@@ -9,7 +9,7 @@
 
 ?>
 
-<div id="forum-private" class="bbp-forum-info">
+<div id="forum-private" class="bbp-forum-content">
 	<h1 class="entry-title"><?php _e( 'Private', 'bbpress' ); ?></h1>
 	<div class="entry-content">
 		<div class="bbp-template-notice info">
