Failture box centered
[mailer.git] / theme / business / css / install.css
1 .install_fatal {
2         text-align              : left;
3         color                   : #000000;
4 }
5
6 .install_select {
7         border                  : dashed 1px;
8         border-color            : #000000;
9         background-color        : #EEEEFF;
10 }
11 .install_normal {
12         border-style            : solid;
13         border                  : dashed 1px;
14         border-color            : #000000;
15 }
16
17 .install_submit {
18         border-style            : groove;
19 }
20
21 .install {
22 }
23
24 .install_main {
25         color                   : #000000;
26         background-color        : #FFFFFF;
27         font-family             : Arial, Geneva, Helvetica, sans-serif;
28         height                  : 30px;
29         text-decoration : none;
30 }
31
32 .install_header {
33         color                   : #000000;
34         background-color        : #EEEEFF;
35         font-size                       : 20px;
36         text-decoration : underline;
37         heigth                  : 40px;
38         vertical-align          : middle;
39 }
40
41 .install_content {
42         height                  : 99%;
43         min-height              : 90%;
44         max-height              : 99%;
45 }
46
47 .install_fatal {
48         background-color        : #FFFFFF;
49         color                   : #000000;
50 }
51
52 .install_fatalcontent {
53         text-align              : left;
54         background-color        : #FFFFFF;
55 }
56
57 .install_error, .install_finished {
58         font-size                       : 20px;
59         color                   : #000000;
60 }
61
62 .install_security, .install_welcome, .install_intro {
63         color                   : #000000;
64 }