Installation page=welcome rewritten to use div
[mailer.git] / theme / business / css / register.css
1 .register_submit {
2         border-style            : outset;
3 }
4
5 .register_reset {
6         border-style            : groove;
7         border                  : solid 1px #000000;
8         color                   : #000000;
9 }
10 .register_submit {
11         color                   : #000000;
12         border-color            : #000000;
13 }
14
15 .register_select {
16         border                          : solid 1px #000000;
17         background-color        : #EEEEFF;
18 }
19
20 .register_failed {
21         color                   : #000000;
22 }
23
24 .register_snote {
25         font-size                       : 12px;
26 }
27
28 .register_normal {
29         border-style            : solid;
30         border                          : solid 1px #000000;
31         padding-right           : 5px;
32 }
33
34 .register_main {
35         background-color        : #FFFFFF;
36         width                   : 540px;
37 }
38
39 .register_done2 {
40         height                  : 40px;
41         color                   : #000000;
42         background-color        : #FFFFFF;
43         width                   : 500px;
44 }
45
46 .register_title {
47         background-color        : #EEEEFF;
48         text-align              : center;
49         font-size                       : 18px;
50         padding-left            : 5px;
51         padding-right           : 5px;
52 }
53
54 .register_seperator {
55         height                  : 7px;
56         font-size                       : 1px;
57 }
58
59 .register_left {
60         text-align              : right;
61         margin-right            : 2px;
62         color                   : #000000;
63         font-weight             : bold;
64         font-size                       : 14px;
65         padding-left            : 5px;
66 }
67
68 .register_right {
69         padding-right           : 5px;
70 }
71
72 .register_header {
73         text-align              : center;
74         background-color        : #EEEEFF;
75         color                   : #000000;
76         font-weight             : bold;
77         border-top              : 1px solid #000000;
78         border-bottom           : 1px solid #000000;
79         height                  : 25px;
80 }
81
82 A:hover.register_term {
83         background-color        : #EEEEFF;
84         border-top              : 1px solid #000000;
85         border-bottom           : 1px solid #000000;
86 }