CSS classes cleaned up, templates simplified:
[mailer.git] / theme / org / css / register.css
index e1714f771a3fd9934a8c47d2e24652c4b866332b..c600f81e1f4575fdb3b77529ee5b561905b56460 100644 (file)
@@ -1,82 +1,10 @@
-.register_submit {
-       border-style            : outset;
-}
-
-.register_reset {
-       border-style            : groove;
-       border                  : solid 1px #009900;
-       color                   : #0000AA;
-}
-.register_submit {
-       color                   : #0000AA;
-       border-color            : #009900;
-}
-
-.register_select {
-       border                  : solid 1px;
-       border-color            : #009900;
-       background-color        : #EEFFEE;
-}
-
-.register_failed {
-       color                   : #0000AA;
-}
-
-.register_snote {
-       font-size                       : 12px;
-}
-
-.register_normal {
-       border-style            : solid;
-       border                  : solid 1px;
-       border-color            : #009900;
-}
-
-.register_main {
-       background-color        : #DDEEDD;
-       width                   : 540px;
-}
-
-.register_done2 {
-       height                  : 40px;
-       color                   : #009900;
-       background-color        : #eeffbc;
-       width                   : 500px;
-}
-
-.register_title {
-       text-align              : center;
-       align                   : center;
-       font-size                       : 18px;
-}
-
-.register_seperator {
-       height                  : 7px;
-       font-size                       : 1px;
-}
-
 .register_left {
-       text-align              : right;
-       align                   : right;
+       text-align                      : right;
+       align                           : right;
        margin-right            : 2px;
-       color                   : #0000AA;
-       font-weight             : bold;
+       color                           : #0000AA;
+       font-weight                     : bold;
 }
 
 .register_right {
 }
-
-.register_header {
-       text-align              : center;
-       align                   : center;
-       background-color        : #eeffbc;
-       color                   : #0000AA;
-       font-weight             : bold;
-       border-top              : 1px solid #0000AA;
-       border-bottom           : 1px solid #0000AA;
-       height                  : 25px;
-}
-
-.register_term {
-       background-color        : #0000AA;
-}