﻿



/*----------------------------------------------------------*/
.field-validation-error {
       font-family: 'MyriadProRegular';
    text-align: left;
    font-size: 14px;
    color: red;
    display: block;
    clear: both;
    margin-top: -16px;
    font-family:Arial;
}


.message {
    width: 100%;
    background-color: #7AA57A;
    color: white;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 4px;
    font-family:Arial;
}

.errormessage {
    width: 100%;
    background-color: #920004;
    color: white;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 4px;
    font-family:Arial;
}




.pluginButton {
    
   
    height: 35px !important;
    line-height: 37px !important;
    width: 96px !important;
    font-size: 19px !important;
}


.SoldOutCss {
        padding: 1px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 4px;
    margin-top: 0;
}