hjg
2024-01-20 4a3404efc438b16044fd9170814e6545a3f86fae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/**********************************
 
Use: cmxform template
 
***********************************/
form.cmxform fieldset {
    margin-bottom: 10px;
}
 
form.cmxform legend {
    padding: 0 2px;
    font-weight: bold;
    _margin: 0 -7px; /* IE Win */
}
 
form.cmxform label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    cursor: hand;
}
 
form.cmxform fieldset p {
    list-style: none;
    padding: 5px;
    margin: 0;
}
 
form.cmxform fieldset fieldset {
    border: none;
    margin: 3px 0 0;
}
 
form.cmxform fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
}
 
form.cmxform fieldset fieldset label {
    display: block;
    width: auto;
}
 
form.cmxform label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
    margin-left: 103px;
    width: 220px;
}
 
form.cmxform input.submit {
    margin-left: 103px;
}
 
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */