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