/**
 * a green relief button 
 **/
 
 
.reliefBtn .reliefBtn-link {
    background-color: #698C2E;
    background-image: -moz-linear-gradient(center top , #A7CF62, #698C2E);
    border-bottom-color: #344616; /*green*/
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: #C6F17A;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 0 8px #15181B;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2.4em;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    text-align: center;
    text-shadow: 0 1px 2px #393939;
    text-transform: uppercase;
    text-decoration: none;
}
.reliefBtn .reliefBtn-link {
    font-size: 26px;
   # width: 218px;
}
.reliefBtn .reliefBtn-link:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: #89A45B;
    background-image: -moz-linear-gradient(center top , #BAD884, #89A45B);
}
.reliefBtn .reliefBtn-smallText{
    color: #363636;
    display: block;
    font-family: Arial,sans-serif;
    font-weight: normal;
    line-height: 0.5em;
    text-shadow: 0 1px 0 #A3C95E;
    text-transform: uppercase;
}
.reliefBtn .reliefBtn-smallText {
    font-size: 10px;
    margin-bottom: 17px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -12px;
}