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
| /* CSS Document */
| .td_ck {
| width: 24px;
| height: 24px;
| float: left;
| color: #999;
| }
|
| .wbk {
| height: 32px;
| width: 272px;
| border: 1px solid #aeaeae;
| padding: 2px;
| }
|
| .wbk1 {
| height: 138px;
| width: 480px;
| border: 1px solid #aeaeae;
| }
|
| .radio {
| width: 30px;
| height: 30px;
| }
|
| .submit_blue {
| margin-bottom: 110px;
| margin-left:70px;
| color: #FFF;
| font-size: 14px;
| border: 0;
| height: 32px;
| width: 94px;
| background: #609bf0;
| }
|
|