
.switch {
  position: relative;
/*  margin: 0px auto; */
  height: 38px;
  width: 150px;
  /*background: rgba(0, 0, 0, 0.25);*/
  border-radius: 3px;
  /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behaviour: url(PIE.htc);
  background: transparent url('../img/button_zap.png') repeat-x center center;
  
}
.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 73px;
  line-height: 36px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  color: #ffffff;
}
.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 2px;
  padding-top: 8px;
}

.switch-label-on {
  padding-right: 2px;
  padding-top: 8px;
}

/*
 * Note: using adjacent or general sibling selectors combined with
 *       pseudo classes doesn't work in Safari 5.0 and Chrome 12.
 *       See this article for more info and a potential fix:
 *       http://css-tricks.com/webkit-sibling-bug/
 */
.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: bold;
  color: #fff;
/*  text-shadow: 0 1px rgba(0, 0, 0, 0.25); */ 
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 75px;
  /* Note: left: 50% doesn't transition in WebKit */
}

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 73px;
  height: 34px;
  background:#c41f2f;
  border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #c41f2f, #c41f2f);
  background-image: -moz-linear-gradient(top, #c41f2f, #c41f2f);
  background-image: -o-linear-gradient(top, #c41f2f, #c41f2f);
  background-image: linear-gradient(to bottom, #c41f2f, #c41f2f);
  
  /*
  background-image: -webkit-linear-gradient(top, #3c42b9, #2a2e81);
  background-image: -moz-linear-gradient(top, #3c42b9, #2a2e81);
  background-image: -o-linear-gradient(top, #3c42b9, #2a2e81);
  background-image: linear-gradient(to bottom, #3c42b9, #2a2e81);
 */
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch3 {
  position: relative;
 /* margin: 0px auto; */
  height: 22px;
  width: 180px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label3 {
  position: relative;
  z-index: 2;
  float: left;
  width: 58px;
  line-height: 22px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.switch-label3:active {
  font-weight: bold;
}

.switch-label-off3 {
  padding-left: 2px;
}

.switch-label-on3 {
  padding-right: 2px;
}

/*
 * Note: using adjacent or general sibling selectors combined with
 *       pseudo classes doesn't work in Safari 5.0 and Chrome 12.
 *       See this article for more info and a potential fix:
 *       http://css-tricks.com/webkit-sibling-bug/
 */
.switch-input3 {
  display: none;
}
.switch-input3:checked + .switch-label3 {
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
/*  text-shadow: 0 1px rgba(0, 0, 0, 0.25); */ 
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.switch-input3:checked + .switch-label-on3 ~ .switch-selection3 {
  left: 60px;
  /* Note: left: 50% doesn't transition in WebKit */
}
.switch-input3:checked + .switch-label-on33 ~ .switch-selection3 {
  left: 120px;
  /* Note: left: 50% doesn't transition in WebKit */
}


.switch-selection3 {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 58px;
  height: 18px;
  background:#3c42b9;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #3c42b9, #2a2e81);
  background-image: -moz-linear-gradient(top, #3c42b9, #2a2e81);
  background-image: -o-linear-gradient(top, #3c42b9, #2a2e81);
  background-image: linear-gradient(to bottom, #3c42b9, #2a2e81);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

