.button
{
    color:white !important;
    border-radius:5px !important;
    background-color:#e30613 !important;
    padding:5px 10px;
}
.button:hover
{
    cursor:pointer;
}
#SearchForm_SearchForm .Actions
{
    display:none;
}
.mb-20
{
    margin-bottom:20px;
}
.action.form-control
{
    background-color:#BE3E1D;
    color:white;
    margin-top:10px;
}