
.dj_gecko .mblSwitchBg {
  -moz-box-sizing: border-box;
}
.dj_gecko .mblSwitchKnob {
  -moz-box-sizing: border-box;
}
.dj_gecko .mblSwitch .mblSwitchBgLeft {
  background-image: -moz-linear-gradient(top, #088eef 0%, #0869c6 50%, #0851ad 100%);
}
.dj_gecko .mblSwitch .mblSwitchBgRight {
  background-image: -moz-linear-gradient(top, #f7f3f7 0%, #ced3ce 50%, #cec5d6 100%);
}
.dj_gecko .mblSwitch .mblSwitchKnob {
  background-image: -moz-linear-gradient(top, #fafafa 0%, #bbbbbb 50%, #999999 100%);
}
.dj_ie .mblSwitchBg {
  border: none;
  background: none;
}
.dj_ie .mblSwitchBgLeft {
  background-repeat: no-repeat;
}
.dj_ie .mblSwitchBgRight {
  background-repeat: no-repeat;
}
.dj_ie .mblSwitchKnob {
  background: none;
  background-repeat: no-repeat;
  border: none;
}
.mblSwSquareShape .mblSwitchBg {
  -moz-border-radius: 6px;
}
.mblSwSquareShape .mblSwitchBgLeft {
  background-image: url(compat/switch-square-l.gif);
}
.mblSwSquareShape .mblSwitchBgRight {
  background-image: url(compat/switch-square-r.gif);
}
.mblSwSquareShape .mblSwitchKnob {
  -moz-border-radius: 6px;
  background-image: url(compat/switch-square-k.gif);
}
.mblSwRoundShape1 .mblSwitchBg {
  -moz-border-radius: 14px;
}
.mblSwRoundShape1 .mblSwitchBgLeft {
  background-image: url(compat/switch-round1-l.gif);
}
.mblSwRoundShape1 .mblSwitchBgRight {
  background-image: url(compat/switch-round1-r.gif);
}
.mblSwRoundShape1 .mblSwitchKnob {
  -moz-border-radius: 13px;
  background-image: url(compat/switch-round1-k.gif);
}
.mblSwRoundShape2 .mblSwitchBg {
  -moz-border-radius: 14px;
}
.mblSwRoundShape2 .mblSwitchBgLeft {
  background-image: url(compat/switch-round2-l.gif);
}
.mblSwRoundShape2 .mblSwitchBgRight {
  background-image: url(compat/switch-round2-r.gif);
}
.mblSwRoundShape2 .mblSwitchKnob {
  -moz-border-radius: 13px;
  background-image: url(compat/switch-round2-k.gif);
}
.mblSwArcShape1 .mblSwitchBg {
  -moz-border-radius: 5px/14px;
}
.mblSwArcShape1 .mblSwitchBgLeft {
  background-image: url(compat/switch-arc1-l.gif);
}
.mblSwArcShape1 .mblSwitchBgRight {
  background-image: url(compat/switch-arc1-r.gif);
}
.mblSwArcShape1 .mblSwitchKnob {
  -moz-border-radius: 5px/13px;
  background-image: url(compat/switch-arc1-k.gif);
}
.mblSwArcShape2 .mblSwitchBg {
  -moz-border-radius: 5px/14px;
}
.mblSwArcShape2 .mblSwitchBgLeft {
  background-image: url(compat/switch-arc2-l.gif);
}
.mblSwArcShape2 .mblSwitchBgRight {
  background-image: url(compat/switch-arc2-r.gif);
}
.mblSwArcShape2 .mblSwitchKnob {
  -moz-border-radius: 5px/13px;
  background-image: url(compat/switch-arc2-k.gif);
}
.mblSwDefaultShape .mblSwitchBg {
  -moz-border-radius: 6px;
}
.mblSwDefaultShape .mblSwitchBgLeft {
  background-image: url(compat/switch-square-l.gif);
}
.mblSwDefaultShape .mblSwitchBgRight {
  background-image: url(compat/switch-square-r.gif);
}
.mblSwDefaultShape .mblSwitchKnob {
  -moz-border-radius: 6px;
  background-image: url(compat/switch-square-k.gif);
}
