.iPhoneCheckContainer 	{
  position: relative;
  height: 20px;
  cursor: pointer;
  overflow: hidden; 
  border-radius: 3px;
  }
  .iPhoneCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }
  .iPhoneCheckContainer label {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    height: 18px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 0px;
    overflow: hidden; 
    border: 1px solid rgba(0,0,0,0.5);}
  .iPhoneCheckContainer, .iPhoneCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; 
    }

.iPhoneCheckDisabled {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); }

div.input.checkbox label.iPhoneCheckLabelOn {
  color: white;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  background: #ECECEC url('../img/css3buttons_backgrounds.png') 0 0 no-repeat;
  background-position: 0 -40px;
  left: 0;
  padding-top: 0px; 
  margin: 0;
  border-radius:3px 0 0 3px;}
 div.input.checkbox label.iPhoneCheckLabelOn span {
    padding-left: 8px; line-height: 18px; font-size: 10px;}
div.input.checkbox label.iPhoneCheckLabelOff {
  color: white;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
    text-align: right;
    background: black;
  right: 0; 
  margin: 0;
  border-radius:0 3px 3px 0;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(54,54,54)),
      color-stop(1, rgb(69,69,69))
  );
  background: -moz-linear-gradient(
      center bottom,
      rgb(54,54,54) 0%,
      rgb(69,69,69) 100%
  );}
  label.iPhoneCheckLabelOff span {
    padding-right: 8px; line-height: 18px; font-size: 10px;}

.iPhoneCheckHandle {
  display: block;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  border-radius: 3px;
  background: #cfcfcf;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(207,207,207)),
      color-stop(1, rgb(254,254,254))
  );
  background: -moz-linear-gradient(
      center bottom,
      rgb(207,207,207) 0%,
      rgb(254,254,254) 100%
  );
  padding-left: 3px; 
  -moz-box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0,0,0,0.5); 
  }

.iPhoneCheckHandleRight {
  height: 100%;
  width: 100%;
  padding-right: 3px;
  border-radius: 0 3px 3px 0;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(207,207,207)),
      color-stop(1, rgb(254,254,254))
  );
  background: -moz-linear-gradient(
      center bottom,
      rgb(207,207,207) 0%,
      rgb(254,254,254) 100%
  );
 }

.iPhoneCheckHandleCenter {
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(207,207,207)),
      color-stop(1, rgb(254,254,254))
  );
  background: -moz-linear-gradient(
      center bottom,
      rgb(207,207,207) 0%,
      rgb(254,254,254) 100%
  );
 }
