/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ ©2013 ClickBank All Rights Reserved                                                                                ~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cssButton {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    margin: 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 6px 10px;
    text-align: center;
    white-space: normal;

    font-family: Oswald, sans-serif;
    white-space: normal;
    font-size: 12px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}

.cssButton:active {
    background: #2f4959 !important;
    color: white;
}

.greenCssButton {
    color: white;
    background: #be4b31 !important;
}

.yellowCssButton {
    color: white;
    background: #ffdf78 !important;
}

.taupeCssButton {
    color: white;
    background: #999999 !important;
}

.redCssButton {
    color: white;
    background: #be4b31 !important;
}

.disabledCssButton {
    cursor: default;
    font-style: italic;
    color: #e0e0e0 !important;
    background: #a0a0a0 !important;
    font-style: italic;
}

.vendorButton {
    padding: 2px 4px;
    margin: 0 0 0 4px;
    font-size: 10px;
    text-align: center;
}
