687d7ed45fd42d6cba0ec0948642c9d918653ab5
[myslice.git] / portal / static / css / register.css
1 #commentForm {
2     
3     margin:0 auto;
4     width:800px;
5     padding:10px;
6     font-size:12pt;
7     overflow:auto;
8     }    
9 input {
10         /*border:2px solid #456879;*/
11         height: 22px;
12         width: 200px;
13         font-size: 10px;
14     }    
15 label { 
16         float: left;
17         font-weight: bold;
18         text-align: right;
19         margin-right: 20px;
20         width: 200px;
21         display: inline-block;
22         
23 }
24
25 .fed4fireTitle{
26     padding-top: 12px;
27     background-color: orange; 
28     border: 1px solid #61210B;
29     text-align: center;
30 }
31
32 label.error { float: none; color: red; padding-left: .5em; vertical-align: top; font-size: 12px; }
33
34 p {
35 /*border-bottom:1px solid #B7DDF2;*/
36 color:#666666;
37 font-size:10px;
38 margin-bottom:20px;
39 padding-bottom:10px;
40 }
41
42
43
44 legend {
45     position: relative;
46     top: -2px;
47     background: cornsilk;
48     padding: 10px 100px;
49     border: 2px groove threedface;
50     border-top: none;
51     box-shadow: inset 0 -5px 5px rgba(0,0,0,.2);
52     text-shadow: 1px 1px 2px rgba(0,0,0,.3);
53     font-weight: bold;
54     font-size: 25px;
55     margin-left: 90px;
56 }
57
58 textarea:focus, input:focus {
59     border: 2px solid #900;
60 }
61
62 .required{
63 font-size:12pt;
64 }
65 .submit {
66 /* float:right; */
67 text-align: center;
68 margin-top: 15px;
69 margin-left: 250px;
70 }
71 .field {
72 padding:10px;
73 }
74 .hint{
75     display:none;
76     }
77 .field:hover .hint {
78     position: absolute;
79     display: block;
80     margin: -30px 0 0 455px;
81     color: #FFFFFF;
82     padding: 7px 10px;
83     background: rgba(0, 0, 0, 0.6);
84  
85     -moz-border-radius: 7px;
86     -webkit-border-radius: 7px;
87     border-radius: 7px;
88     }
89     
90
91     
92