.primary.lg b.BLE {
    background-position: -9px -30px;
}
.primary.lg b.BRE {
    background-position: -40px -30px;
}
.primary.lg b.BRE.iconBack {
    background-position: -10px -60px;
}
.secondary.md b.BLE {
    background-position: -10px 0;
}
.secondary.md b.BRE {
    background-position: -40px 0;
}

.icon.arrow {
    background-position: -40px -60px;
}

.lg .icon {
    width: 27px;
    height: 27px;
    display: block;
}

.lg b.BLE.iconBack,
.lg b.BRE.iconBack {
    width: 25px;
}

.lg b.BLE,
.lg b.BRE {
    width: 11px;
}

b.BLE,
b.BRE,
.button input {
    float: left;
}

.button {
    overflow: hidden;
    display: inline-block;
}

.button,
.button label,
.button input {
    cursor: pointer;
}

.lg b.BLE,
.lg b.BRE,
.lg input {
    height: 27px;
    font-size: 11px;
}
.md b.BLE,
.md b.BRE,
.md input {
    height: 22px;
    font-size: 12px;
}

.md b.BLE,
.md b.BRE {
    width: 10px;
}

.primary.lg input {
    background-position: 0 -151px;
}
.secondary.md input {
    background-position: 0 -128px;
    color: #00157a;
}

.button input {
    border: none;
    padding: 0 4px 3px;
    overflow: visible;
    margin: 0;
    background-repeat: repeat-x;
    font-weight: bold;
    font-family: 'Frutiger condensed', Arial, sans-serif;
    color: #010166;
}

.button.md input {
    color: #00157a;
    font-weight: normal;
    padding-bottom: 1px;
}

.button input.example {
    padding-left: 10px;
    padding-right: 10px;
}

