﻿
input.button_keyboard
{
    background-image: url(asset/keyboard.png);
    background-position: center;
    width: 50px;
    height: 50px;
}

input[type=button], input[type=submit]
{
    padding: 7px;
    font-size: 12px;
}

input#btn_home
{
    background-image: url('asset/home.png');   
    background-repeat: no-repeat;
}

input.btn_add
{
    background-image: url('asset/add.png');  
    background-repeat: no-repeat; 
}

input.btn_remove
{
    background-image: url('asset/remove.png'); 
    background-repeat: no-repeat;
}

input.btn_up
{
    background-image: url('asset/arrow-3-up.png');  
    background-repeat: no-repeat; 
}

input.btn_down
{
    background-image: url('asset/arrow-3-down.png'); 
    background-repeat: no-repeat;
}

input.btn_category, input.btn_ingredient, input.btn_item
{
    text-align: left;
    width: 99%;
    margin: 0.5%;
}

.btn_decrease
{
    color: #b00;
    border:solid 1px #b00;
    background-color: #f0f0f0;
}

.btn_increase
{
    color: #0b0;
    border:solid 1px #0b0;
    background-color: #f0f0f0;
}

.btn_decrease:active, .btn_decrease:hover, .btn_increase:active, .btn_increase:hover
{
    background-color: #fdfdfd;
}

.btn_decrease_fixed 
{
    color: #b00;
    padding: 5px 0px;
    font-size: 11px;
    border-left:solid 0px #b00;
}

.btn_decrease_fixed  a
{
    color: #b00;
}

.btn_increase_fixed
{
    color: #0b0;
    padding: 5px 0px;
    font-size: 11px;
    border-left:solid 0px #0b0;
}

.btn_increase_fixed a
{
    color: #0b0;
}

.btn_option
{
    color: #111;
    border:solid 1px #111;
    width: 99%;
    float: none;
    margin: 1px;
    text-align: left;
}

.btn_option_fixed
{
    color: #111;
    padding: 5px 0px;
    font-size: 11px;
    border-left:solid 0px #111;
}

.btn_option_fixed a
{
    color: #00b;
}