.switch-button-label {
    float: left;
    font-size: 10pt;
    cursor: pointer;
}

.switch-button-label.off {
    color: #999;
	font-size:14px
}

.switch-button-label.on {
    color: #666;
	font-size:14px
}

.switch-button-background {
    float: left;
    position: relative;
    background: #fff;
    border: 1px solid #999;
    margin: 1px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    cursor: pointer;
}

.switch-button-button {
    position: absolute;
    left: -1px;
    top : -1px;
    background: #666;
    border: 1px solid #666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
