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

.switch-button-label.off {
    font-weight: bold;
    font-size: 115%;
    color: #adadad;
}

.switch-button-label.on {
    color: #0fff1c;
    font-weight: bold;
    font-size: 115%;
}

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

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

    margin: 1px 10px;

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

    cursor: pointer;
    top: 8px;
}

.switch-button-button {
    position: absolute;

    left: -1px;
    top : -1px;

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

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

.switch-wrapper {
  display: inline-block;
  position: relative;
  top: 8px;
}

.switch-button-button-on{
	background-image: url(../images/slddt02.png) !important;
    background-size: 12px 11px;
    background-color: #c5bbbb;
}

.switch-button-button-off{
	background-image: url(../images/slddt01.png) !important;
    background-size: 12px 11px;
}
