form.css 539 B

1234567891011121314151617181920212223242526
  1. body {
  2. font: 0.8em/21px arial,sans-serif;
  3. }
  4. .checkbox, .radio {
  5. width: 19px;
  6. height: 25px;
  7. padding: 0 5px 0 0;
  8. background: url(checkbox.gif) no-repeat;
  9. display: block;
  10. clear: left;
  11. float: left;
  12. }
  13. .radio {
  14. background: url(radio.gif) no-repeat;
  15. }
  16. .select {
  17. position: absolute;
  18. width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  19. height: 21px;
  20. padding: 0 24px 0 8px;
  21. color: #fff;
  22. font: 12px/21px arial,sans-serif;
  23. background: url(select.gif) no-repeat;
  24. overflow: hidden;
  25. }