+
+#publish-button:hover {
+ -moz-transition: all 0.5s ease-in-out;
+ -moz-transform: scale(1.1);
+ background: -moz-linear-gradient(top, #fff, #88f);
+ -moz-box-shadow: 0px 0px 30px #ff8;
+}
+
+#publish-button:active {
+ background: -moz-linear-gradient(top, #88f, #fff);
+}
+
+
+/* book list */
+
+.book-search-column input {
+ width: 96%;
+}
+
+.book-list-user .user-column {
+ display: none;
+}
+
+
+/* wall */
+.wall {
+ padding-left: 0;
+ list-style: none;
+}
+
+.wall li {
+ clear: left;
+ border-top: 1px dotted gray;
+ padding: 0 1em 2em 1em;
+ margin-bottom: 0;