1 rizwank 1.1 /* Fancy form styles for IE */
2
3 input, textarea, select {
4 border-top-width : 1px;
5 border-right-width : 1px;
6 border-bottom-width : 1px;
7 border-left-width : 1px;
8 }
9
10 input { text-indent : 2px; }
11
12 input.button {
13 border-top-width : 1px;
14 border-right-width : 1px;
15 border-bottom-width : 1px;
16 border-left-width : 1px;
17 }
18
19 .postbody { line-height: 18px}
|