.DefaultButtons .button {
    padding: .3em 1.2em;
    color: white;
    font-size: inherit;
    text-decoration: none;
    background-color: #0168b3;
    border-width: 1px;
    border-style: outset;
    border-color: #d6d3ce #848284 #848284 #d6d3ce;
    outline: #666 outset 1px;
}

.DefaultButtons .button, .GreyButtons .button {
    min-width: 150px;
    display: inline-block;
    text-align: center;
}
