.iPhoneCheckContainer {
  position: relative;
margin-top: 3px;
  height: 15px;
  cursor: pointer;
  overflow: hidden; }
  .iPhoneCheckContainer input {
    position: absolute;
    top: 5px;
    left: 2px; }
.iPhoneCheckHandle {
  height: 14px;
  cursor: pointer;
  position: absolute;
margin-top: 1px;
  top: 0;
  left: 0;
  background: url(../images/images/back/slider_left.gif) no-repeat;
  z-index: 2;
  padding-left: 12px; 
}
  .iPhoneCheckHandleRight {
    height: 100%;
    width: 100%;
    padding-right: 6px;
    background: url(../images/images/back/slider_rigsht.png) no-repeat top right;
    z-index: 2; }
  .iPhoneCheckHandleCenter {
    height: 100%;
    width: 100%;
    background: url(../images/images/back/sliders_center.png);
    z-index: 2; }
label.iPhoneCheckLabelOn, label.iPhoneCheckLabelOff {
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  height: 14px;
  position: absolute;
  width: auto;
  top: 0;
  overflow: hidden; }
  label.iPhoneCheckLabelOn {
    color: #fff;
    background: url(../images/images/back/on.png) no-repeat;
    left: 0;
    padding: 5px 0 0 10px; 
    z-index: 1; }
  label.iPhoneCheckLabelOff {
    color: #8B8B8B;
    background:  url(../images/images/back/off.png) no-repeat right 0;
    text-align: right;
    right: 0;
    padding: 5px 8px 0 0; 

  }
  