custom_ibems_form.css 417 B

1234567891011121314151617
  1. @charset "utf-8";
  2. /* CSS Document */
  3. .checkbox, .radio {
  4. width: 19px;
  5. height: 25px;
  6. padding: 0 5px 0 0;
  7. background:url(../images/checkbox.png) no-repeat;
  8. display: block;
  9. clear: left;
  10. float: left;
  11. cursor:pointer;
  12. }
  13. input.styled { display: none; }
  14. select.styled { position: relative; width: 190px; opacity: 0; filter: alpha(opacity=0); z-index: 5; }
  15. .disabled { opacity: 0.5; filter: alpha(opacity=50); }