div.selector {
  background-image: url('../../images/service/service.png');
  background-position: -40px -184px;
  
  width: 180px;
  height: 35px;
  line-height: 35px;
  
  margin-right: 12px;
}
div.selector.focus, div.selector.hover, div.selector:hover { background-position: -40px -184px; }
div.selector.focus.active, div.selector.focus:active, div.selector:hover:active, div.selector.active:hover { background-position: -40px -184px; }
div.selector span {
  width: 143px;
  height: 35px;
  padding-right: 35px;
  line-height: 35px;
  background-image: url('../../images/service/service.png');
  background-position: -140px -184px;
}
div.selector.focus span, div.selector.hover span, div.selector:hover span { background-position: -140px -184px; }
div.selector.focus:active span, div.selector:hover:active span, div.selector.active:hover span, div.selector.focus.active span { background-position: -140px -184px; }

input.text, input.email, input.password, textarea.uniform { background-image: none; }


div.checker span { background-image: url('../../images/service/service.png'); background-repeat: no-repeat; width: 20px; height: 20px; background-position: -214px -354px; }
div.checker.focus span, div.checker:hover span { background-position: -214px -354px; }
div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -214px -354px;
}
div.checker span.checked { background-position: -214px -324px; }
div.checker.focus span.checked, div.checker:hover span.checked { background-position: -214px -324px; }
div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -214px -324px;
}

div.selector.disabled { background-position: -40px -184px; }
div.selector.disabled span { background-position: -140px -184px; }