/* nappien style, varitys ym */
.button_save
{
    background: green !important;
    opacity: 0.5 !important;
    -webkit-border-radius: 15px 15px 15px 15px !important;
    -moz-border-radius: 15px 15px 15px 15px !important;
    border-radius: 15px 15px 15px 15px !important;
}
.button_save:hover,.button_delete:hover,.button_normal:hover
{
    opacity: 0.7 !important;
}
.button_delete
{
    background-image: url("../images/background/button_bg02_red.png") !important;
    background-repeat: repeat-x !important;
    background-size:1px 100% !important;
    border-color: #666666 !important;
    border-width: 1px !important;
    border-style: solid !important;
    -moz-border-radius:5px !important; /* Firefox 3.6 and earlier */
    border-radius:5px !important;
}
.button_normal
{
    background-image: url("../images/background/button_bg03.png") !important;
    background-repeat: repeat-x !important;
    background-size:1px 100% !important;
    border-color: #666666 !important;
    border-width: 1px !important;
    border-style: solid !important;
    -moz-border-radius:5px !important; /* Firefox 3.6 and earlier */
    border-radius:5px !important;
}