.switch-button-label {
    float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 10pt;
    cursor: pointer;
}

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

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

.ebill-wrapper .switch-button-label.off {
    color: #C0C0C0;
}
.ebill-wrapper .switch-button-label.on {
    color: #003399;
}

.custorown-wrapper .switch-button-label.off {
    color: #C0C0C0;
}
.custorown-wrapper .switch-button-label.on {
    color: #003399;
}

.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;

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

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

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