button, a.button, a.button_small, a.button_small_blue {
    background: #4091a8;
    display:inline-block;
    padding: 3px;  
    border:0;
    border-radius: 5px 5px 5px 5px;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none !important;
    margin:2px 5px 2px 0;
    line-height:1em;
    font-weight:normal !important;
    font-family: Arial, Verdana, sans-serif;
    font-size:11px !important;
}
.important {
    border: 2px solid #b61d28 !important;
}
button:hover, a.button:hover, a.button_small:hover, a.button_small_blue {
    background: #2c6676;
}
.save {
    background:#58cd40 !important;
}
.save:hover {
    background:#006600 !important;
}
.new {
    background:#666 !important;
}
.new:hover {
    background:#444 !important;
}
.change {
    background:#d3a51a !important;
}
.change:hover {
    background: #967719 !important;
}
.delete {
    background: #ff5841 !important;
}
.delete:hover {
    background: #9d2f20 !important;
}

.button_small, input[type="submit"].button, input[type="submit"].button_small, input[type="button"].button_small {
    background: #58cd40;    
    display:inline-block;
    padding: 3px !important;  
    border:0;
    border-radius: 5px 5px 5px 5px;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    margin:2px 5px 2px 0;
    line-height:1em;
    font-weight:normal !important;
    font-family: Arial, Verdana, sans-serif;
    font-size:11px !important;
}

.button_small:hover, input[type="submit"].button_small:hover, input[type="submit"].button:hover, 
input[type="button"].button_small:hover {
    background:#006600;
}

a.button_play{
    border: 1px solid #00FF00 !important; 
}
a.button_stop{
    border: 1px solid #FF0000 !important;
}

.actionbar_center a.button_small {
    position: relative;
    top: 10px;
}s

.actionbar_center a.button_small_blue {
    position: relative;
    top: 10px;
}

input[type="submit"].button:hover {
    background:#2e812e;
}

input[type="submit"].button:disabled{
    background: rgb(216,216,216);
    border: 1px solid #000000;
    color: #000000;
}