0.0.0 shall be our first version
[mailer.git] / theme / ship-simu / 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;
17         border-color            : #000000;
18         background-color        : #EEEEFF;
19 }
20
21 .register_failed {
22         color                   : #000000;
23 }
24
25 .register_snote {
26         font-size                       : 12px;
27 }
28
29 .register_normal {
30         border-style            : solid;
31         border                  : solid 1px;
32         border-color            : #000000;
33         padding-right           : 5px;
34 }
35
36 .register_main {
37         background-color        : #FFFFFF;
38         width                   : 540px;
39 }
40
41 .register_done2 {
42         height                  : 40px;
43         color                   : #000000;
44         background-color        : #FFFFFF;
45         width                   : 500px;
46 }
47
48 .register_title {
49         background-color        : #EEEEFF;
50         text-align              : center;
51         align                   : center;
52         font-size                       : 18px;
53         padding-left            : 5px;
54         padding-right           : 5px;
55 }
56
57 .register_seperator {
58         height                  : 7px;
59         font-size                       : 1px;
60 }
61
62 .register_left {
63         width: 240px;
64         text-align: right;
65         align: right;
66         padding: 3px;
67         color: #000000;
68         font-size: 14px;
69 }
70
71 .register_right {
72 }
73
74 .register_header {
75         text-align              : center;
76         align                   : center;
77         background-color        : #EEEEFF;
78         color                   : #000000;
79         font-weight             : bold;
80         border-top              : 1px solid #000000;
81         border-bottom           : 1px solid #000000;
82         height                  : 25px;
83 }
84
85 A:hover.register_term {
86         background-color        : #EEEEFF;
87         border-top              : 1px solid #000000;
88         border-bottom           : 1px solid #000000;
89 }