diff -urpN themes/bartik/css/ie6.css themes/bartikNew/css/ie6.css
--- themes/bartik/css/ie6.css	2010-09-02 16:43:18.000000000 -0400
+++ themes/bartikNew/css/ie6.css	2010-09-21 08:07:44.222603000 -0400
@@ -12,3 +12,8 @@
 #block-search-form .form-item-search-block-form input {
   width: 67%;
 }
+#block-system-main .node-sticky {
+  background: transparent;
+  border: none;
+  padding: 0;
+}
diff -urpN themes/bartik/css/style.css themes/bartikNew/css/style.css
--- themes/bartik/css/style.css	2010-09-19 22:46:52.000000000 -0400
+++ themes/bartikNew/css/style.css	2010-09-21 08:08:32.632589000 -0400
@@ -487,6 +487,12 @@ h1#page-title,
   font-size: 220%;
   line-height: 1.2em;
 }
+#block-system-main .node-teaser.node-sticky {
+  background: #f9f9f9;
+  background: rgba(0, 0, 0, 0.024);
+  border: 1px solid #d3d7d9;
+  padding: 0 15px 15px;
+}
 #block-system-main h2,
 #preview #preview-block-system-main h2 {
   margin-bottom: 2px;
