﻿.iPhoneCheckContainer {
  position: relative;
  height: 20px;
  cursor: pointer;
  overflow: hidden; }
  .iPhoneCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .iPhoneCheckContainer label {
    white-space: nowrap;
    line-height: 12px;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 3px;
    overflow: hidden; }
  .iPhoneCheckContainer, .iPhoneCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; }

.iPhoneCheckDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

label.iPhoneCheckLabelOn {
  color: white;
  background: url('../img/rdoon.png?1284697268') no-repeat;
 /* text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);*/
  left: 0;
  padding-top: 4px; }
  
label.iPhoneCheckLabelOn span {
    padding-left: 12px;
	cursor: pointer; }
label.iPhoneCheckLabelOff {
  color: #8b8b8b;
  background: url('../img/rdooff.png?1284697268') no-repeat right 0; 
  padding-top: 4px;
 /* text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);*/
  text-align: right;cursor: pointer;
  right: 0; }
label.iPhoneCheckLabelOff span {
    padding-right: 8px;
	cursor: pointer; }

.iPhoneCheckHandle {
  display: block;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: url('../img/slidelft.png?1284697268') no-repeat;
  padding-left: 3px; }

.iPhoneCheckHandleRight {
  height: 100%;
  width: 100%;
  padding-right: 3px;  cursor: pointer;
  background: url('../img/slidergt.png?1284697268') no-repeat right 0; }

.iPhoneCheckHandleCenter {
  height: 100%;
  width: 100%;  cursor: pointer;
  background: url('../img/slidecnt.png?1284697268'); }

