
input.p1 { border: solid; width: 100% }
input.p2 { border: double; width: 100% }
input.p3 { border: groove; width: 100% }
input.p4 { border: ridge; width: 100% }
input.p5 { border: inset; width: 100% }
input.p6 { width: 100%; borde: outset }
input.p7 { border: dotted; width: 100%}
input.p8 { border: dashed; width: 100% }
input.p9 { border: none; width: 100% }
input.p11 { border: solid #ff6699; width: 100% }
input.p22 { background-color: #99ff00; border: double #99ff00; width: 100% }
input.p77 { background-color: #ff9; border: dotted #ff0000; width: 100% }
input.i11  { background: url(form1.jpg) repeat; border: solid #ff6699; width: 100% }
input.i22 { background: url(none) repeat; border: solid white; width: 100% }
input.i33 { background: url(none); border: none; width: 100% }
