

.aalb-btn {
    padding: 6px 12px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    -moz-border-top-color: none;
    -moz-border-right-color: none;
    -moz-border-bottom-color: none;
    -moz-border-left-color: none;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.aalb-btn-primary {
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
    background: transparent linear-gradient(to bottom, #F7DFA5, #F0C14B) repeat scroll 0% 0%;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #F7DFA5, #F0C14B);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    border-color: #A88734 #9C7E31 #846A29;
    border-top-color: #A88734;
    border-right-color: #9C7E31;
    border-bottom-color: #846A29;
    border-left-color: #9C7E31;
    color: #111;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.aalb-preview-message {
    color: #ff0000;
    font-weight: bold;
    margin-top: 10px;
}

.aalb-bold {
    font-weight: bold;
}

