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

.switch-button-label.off {
    color: #5e4f5a;
}

.switch-button-label.on {
    color: #22409a;
}

.switch-button-background {
    float: left;
    position: relative;

    background: #ccc;
    border: 1px solid #aaa;

    margin: 1px 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    cursor: pointer;
}

.switch-button-button {
    position: absolute;
	box-sizing: inherit !important;
    left: -1px;
    top : -1px;

    background: #FAFAFA;
    border: 1px solid #aaa;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
