.button_gray,.button_red
{
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 3px 0;
    padding: 6px;
    text-decoration: none;
}
.button_red { background-color: #e2010a; }
.button_gray { background-color: #595D60; }
