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
| .onShow
| {
| background:url(../images/onShow.gif) no-repeat;
| padding-left:25px;
| margin-left:10px;
| font-size: 12px;
| line-height:22px;
| vertical-align:middle;
| }
| .onFocus
| {
| background:#E9F0FF url(../images/onFocus.gif) no-repeat;
| padding-left:25px;
| margin-left:10px;
| font-size: 12px;
| line-height:22px;
| vertical-align:middle;
| }
| .onError
| {
| background:#FFF2E9 url(../images/onError.gif) no-repeat;
| padding-left:25px;
| margin-left:10px;
| font-size: 12px;
| line-height:22px;
| vertical-align:middle;
| }
| .onCorrect
| {
| background:#E9FFEB url(../images/onCorrect.gif) no-repeat;
| padding-left:25px;
| margin-left:10px;
| font-size: 12px;
| line-height:22px;
| vertical-align:middle;
| }
| .onLoad
| {
| background:#E9FFEB url(../images/onLoad.gif) no-repeat 3px 3px;
| padding-left:25px;
| margin-left:10px;
| font-size: 12px;
| line-height:22px;
| vertical-align:middle;
| }
|
| .inputOnShow
| {
| color: #999999
| }
|
|