--- nodestack/nodestack.css-dist        2006-12-16 22:25:20.000000000 -0800
+++ nodestack/nodestack.css     2006-12-16 22:41:28.000000000 -0800
@@ -12,10 +12,6 @@
   margin:0; padding:1em 0;
 }
 
-#block-nodestack-0.highlight ul {
-  background:#FCC;
-}
-
 #nodestack-indicator {
   position:absolute;
   left:0; top:0;
@@ -51,3 +47,15 @@
 .nodestack-item .throbber.inactive {
   background-image:url(status-inactive.gif);
 }
+
+#block-nodestack-0.highlight #nodestack-foo {
+  background:#FCC;
+}
+
+#block-nodestack-0 #nodestack-foo {
+  border:1px solid #777;
+  margin:0; padding:.5em .5em;
+  background:#DDD;
+  text-align:center;
+}
+

--- nodestack/nodestack.module-dist     2006-12-16 22:25:36.000000000 -0800
+++ nodestack/nodestack.module  2006-12-16 21:45:20.000000000 -0800
@@ -195,7 +195,8 @@ function nodestack_js_remove() {
 
 
 function theme_nodestack($items = array()) {
-  $output  = '<p>'. t('Shift+Drag nodes here') .'</p><ul>';
+  $output  = '<div id="nodestack-foo">'. t('Shift+Drag nodes here') .'</div>';
+  $output .='<ul>';
   foreach ($items as $id => $item) {
     $output .= theme('nodestack_item', $id, $item);
   }
