.redButton {
    background-color: #991811 !important;
    background-image: url("") !important;
    border: 1px solid #660f0f !important;
    display: inline-block !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-family: arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
    height: 28px !important;
    padding: 0px !important;
    text-align: center !important;
    text-decoration: none !important;
    width: 120px !important;
    -webkit-border-radius: 6px !important;
}

.redButton:hover {
    background-color: #660f0f !important;
}

.redButton:disabled {
    opacity: 0.5 !important;
}

.redBorder {
    border: 1px solid red !important;
}