font-size: 10px;
line-height: 12px;
min-height: 100%;
+ height: 100%;
color: #193441;
background: url(bg-body.gif) repeat-y top center;
}
/* ----- Begin Subscriptions & Subscribers -----*/
-.subscriptions {
+ul.subscriptions, ul.subscribers {
+ float: none;
+ margin: 0;
+ padding: 0;
+ list-style-type: none;
overflow: auto;
-}
-
-
+ }
+ul.subscriptions li, ul.subscribers li {
+ display: block;
+ float: left;
+ padding: 0;
+ }
+/* ----- End Subscriptions & Subscribers -----*/
#notices {
clear: both;
border: 1px solid #D8E2D7;
width: 264px;
}
-input#submit {
+input#submit, input.submit {
display: block;
margin: 18px 0;
padding: 4px;
border: 0;
width: auto;
}
-input#submit:hover {
+input#submit:hover, input.submit:hover {
background-color: #904632;
}
textarea, input {
}
/* ----- Subscribe Form ----- */
-#subscribe .button, #unsubscribe .button, #remotesubscribe .button {
+#subscribe .submit, #unsubscribe .submit, #remotesubscribe .button {
margin: 0;
width: 96px;
height: 27px;