.iPhoneCheckContainer {
  -webkit-transform:translate3d(0,0,0);
  position: relative;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  width: 86px;
}

.iPhoneCheckContainer input {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    right: 0px;
}

.iPhoneCheckContainer label {
    white-space: nowrap;
    line-height: 0px;
    padding: 15px 0px;
    color: #a8c9dd;
    cursor: pointer;
    display: block;
    text-align: center;
    position: absolute;
    width: auto;
    top: 0;
    overflow: hidden;
}

.iPhoneCheckContainer, .iPhoneCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
}


.iPhoneCheckDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

label.iPhoneCheckLabelOn {
    left: 0px;
}

label.iPhoneCheckLabelOff {
    right: 0px;
    text-align: right;
    padding-right: 20px;
}

.iPhoneCheckHandle {
  display: block;
  height: 30px;
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/menu_lang_active.png') no-repeat;
}

.iPhoneHandleLabel {
    color: #FFF;
    display: block;
    text-align: center;
    padding: 15px 0px;
    line-height: 0px;
}

