#mns #dialog-create-client-click,
#modal button,
#mns #mns_content a.big-button,
#mns #mns_content button {
    background: #ffffff !important;
    background-image: none !important;
    border-color: #666 !important;
    border: 1px solid #666;
    border-radius: 25px;
    text-decoration: none;

    color: #0085cc;

    font-size: 15px;
    font-weight: 500;
    line-height: 1em !important;
    padding: 5px 15px !important;
    position: relative;

    border: 1px solid;

    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;

    -webkit-text-shadow: none;
       -moz-text-shadow: none;
            text-shadow: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

    text-align: center;
    text-shadow: none;
}

#mns #dialog-create-client-click {
    box-shadow: none !important;
    color: #0085cc !important;
    font-size: 15px !important;
}
#mns #dialog-create-client-click img {
    display: none;
}

#mns #dialog-create-client-click:hover,
#modal button:hover,
#mns #mns_content a.big-button:hover,
#mns #mns_content button:hover {
    background-color: #eaeaea !important;
    transition: 0.5s;
}

#mns #complex_form button {
    background: #ffffff !important;
    color: #0085cc;
    font-size: 15px;
    line-height: 1em;
    padding: 5px 15px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #666;
}