.btn.btn-save-stay,
.btn.btn-save-exit,
.btn.btn-cancel {
    padding: 5px 10px;
    color: #333;
    border-color: #ccc;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.btn.btn-save-stay {
    width: 40px;
    height: 40px;
    background: url(/img/Actions/ok_24x24.ico) no-repeat 50%;
    margin: 5px 5px 5px 5px;
}

.btn.btn-save-exit {
    width: 40px;
    height: 40px;
    background: url(/img/disc2.png) no-repeat 50%;
    margin: 0px 5px 0 5px;
}

.btn.btn-cancel {
    width: 40px;
    height: 40px;
    background: url(/img/Actions/Cancel_24x24.ico) no-repeat 50%;
    margin: 5px 5px 5px 5px;
}

.btn.btn-save-stay:hover,
.btn.btn-save-exit:hover,
.btn.btn-cancel:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.block-alert-action .btn{
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #333;
}

.block-alert-action .btn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#SpanModalButtons .btn{
    color: #333;
    background-color: #fff;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #adadad;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

#SpanModalButtons .btn:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}
