cmxform.css 1014 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /**********************************
  2. Name: cmxform Styles
  3. ***********************************/
  4. form.cmxform {
  5. width: 370px;
  6. font-size: 1.0em;
  7. color: #333;
  8. }
  9. form.cmxform legend {
  10. padding-left: 0;
  11. }
  12. form.cmxform legend, form.cmxform label {
  13. color: #333;
  14. }
  15. form.cmxform fieldset {
  16. border: none;
  17. border-top: 1px solid #C9DCA6;
  18. background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
  19. background-color: #F8FDEF;
  20. }
  21. form.cmxform fieldset fieldset {
  22. background: none;
  23. }
  24. form.cmxform fieldset p, form.cmxform fieldset fieldset {
  25. padding: 5px 10px 7px;
  26. background: url(../images/cmxform-divider.gif) left bottom repeat-x;
  27. }
  28. form.cmxform label.error, label.error {
  29. /* remove the next line when you have trouble in IE6 with labels in list */
  30. color: red;
  31. font-style: italic
  32. }
  33. div.error { display: none; }
  34. input { border: 1px solid black; }
  35. input.checkbox { border: none }
  36. input:focus { border: 1px dotted black; }
  37. input.error { border: 1px dotted red; }
  38. form.cmxform .gray * { color: gray; }