﻿a.button, button, input[type="submit"], input[type="reset"] {
    color: #FFFFFF;
    padding: 0 5px;
    margin: 0;
    height: 24px;
    display: inline-block;
    /* font-family: Arial, Helvetica, sans-serif, 微軟正黑體, 細明體, 宋体, SimSun, 微软雅黑, SimHei; */
    font-family: sans-serif;
    font-size: 10pt;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 24px;
    border: none;
    /* 圓角 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a[disabled="disabled"], button[disabled="disabled"], input[type="submit"][disabled="disabled"], input[type="reset"][disabled="disabled"] {
    color: #808080;
    cursor: not-allowed;
}

/*
    a[disabled="disabled"]:hover {
        color: #808080;
        background-position: 0 0;
    }
*/

a.blue, button.blue, input[type="submit"].blue, input[type="reset"].blue {
    background-color: #2198FF;
}
    a.blue:hover, button.blue:hover, input[type="submit"].blue:hover, input[type="reset"].blue:hover {
        background-color: #2172B5;
    }

a.orange, button.orange, input[type="submit"].orange, input[type="reset"].orange {
    background-color: #F58E39;
}
    a.orange:hover, button.orange:hover, input[type="submit"].orange:hover, input[type="reset"].orange:hover {
        background-color: #E3761F;
    }

a.red, button.red, input[type="submit"].red, input[type="reset"].red {
    background-color: #F25A5A;
}
    a.red:hover, button.red:hover, input[type="submit"].red:hover, input[type="reset"].red:hover {
        background-color: #C63636;
    }

a.green, button.green, input[type="submit"].green, input[type="reset"].green {
    background-color: #5CB85C;
}
    a.green:hover, button.green:hover, input[type="submit"].green:hover, input[type="reset"].green:hover {
        background-color: #089D08;
    }

a.purple, button.purple, input[type="submit"].purple, input[type="reset"].purple {
    background-color: #BC3BE5;
}
    a.purple:hover, button.purple:hover, input[type="submit"].purple:hover, input[type="reset"].purple:hover {
        background-color: #8E21B2;
    }

a.gray, button.gray, input[type="submit"].gray, input[type="reset"].gray {
    color: black;
    background-color: #e0e0e0;
}
    a.gray:hover, button.gray:hover, input[type="submit"].gray:hover, input[type="reset"].gray:hover {
        background-color: #a0a0a0;
    }

a.yellow, button.yellow, input[type="submit"].yellow, input[type="reset"].yellow {
    background-color: #E8E836;
}
    a.yellow:hover, button.yellow:hover, input[type="submit"].yellow:hover, input[type="reset"].yellow:hover {
        background-color: #C9C91F;
    }

a.pickupbutton {
    width: 16px;
    height: 16px;
    background-image: Url("Img/pickup.gif");
}

a.helpbutton {
    background-image: url("Img/help.png");
    background-repeat: no-repeat;
    display:inline-block;
    height: 32px;
    width: 32px;
}
