1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| .outerBorderCss{
| border: 1px solid #D4D4D4;
| border-radius : 5px;
| border-top : 3px solid #565959;
| }
| .borderCss{
| border: 1px solid #D4D4D4;
| border-radius : 5px;
| margin-bottom : 7px;
| border-top : 3px solid #565959;
| }
| .headerDorderCss{
| border-top: 1px solid #565959;
| border-bottom: 1px solid #D4D4D4;
| padding:3px;
| }
| .centerCss{
| text-align: center;
| }
| .centerCss .left{
| margin-left: 100px;
| }
|
|