.switchbox{
    position: relative;
    height: 22px;
    line-height: 22px;
    border: 1px solid #d2d2d2;
    behavior: url(css/PIE/PIE.htc);
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
}
.switchbox.disabled{
    position: relative;
    height: 22px;
    line-height: 22px;
    border: 1px solid #d2d2d2;
    behavior: url(css/PIE/PIE.htc);
    border-radius: 20px;
    cursor: not-allowed;
    background-color: #fff;
}
.switchbox em {
    position: absolute;
    right: 5px;
    top: 0;
    padding: 0!important;
    text-align: center!important;
    color: #999!important;
    font-style: normal!important;
    font-size: 12px;
}
.switchbox i {
    position: absolute;
    left: 5px;
    top: 3px;
    color: #d2d2d2;
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.switchbox.on {
    border-color: #5FB878;
    background-color: #5FB878;
}
.switchbox.on em {
    left: 5px;
    right: auto;
    color: #fff!important;
}
.switchbox.on i {
	position: absolute;
    right: 5px;
    left:auto;
    top: 3px;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
}