Huge HTML/CSS rewrite (see forum)
[mailer.git] / theme / default / css / register.css
1 .register_submit {
2         border-style: outset;
3 }
4
5 .register_reset {
6         border-style: groove;
7         border: solid 1px #009900;
8         color: #00aa44;
9 }
10
11 .register_submit {
12         color: #00aa44;
13         border-color: #009900;
14 }
15
16 .register_select {
17         border: solid 1px #009900;
18         background-color: #EEFFEE;
19 }
20
21 .register_failed {
22         color: #00AA00;
23 }
24
25 .register_snote {
26         font-size: 12px;
27 }
28
29 .register_normal {
30         border-style: solid;
31         border: solid 1px #009900;
32 }
33
34 .register_main {
35         background-color: #DDEEDD;
36         width: 540px;
37 }
38
39 .register_done2 {
40         height: 40px;
41         color: #009900;
42         background-color: #eeffbc;
43         width: 500px;
44 }
45
46 .register_title {
47         text-align: center;
48         font-size: 18px;
49 }
50
51 .register_seperator {
52         height: 7px;
53         font-size: 1px;
54 }
55
56 .register_left {
57         text-align: right;
58         margin-right: 2px;
59         color: #0000AA;
60         font-weight: bold;
61         font-size: 14px;
62 }
63
64 .register_right {
65         
66 }
67
68 .register_header {
69         text-align: center;
70         background-color: #eeffbc;
71         color: #0000AA;
72         font-weight: bold;
73         border-top: 1px solid #00aa44;
74         border-bottom: 1px solid #00aa44;
75         height: 25px;
76 }
77
78 .register_term {
79         background-color: #00aa44;
80 }