
/* ********************************************************************** */
/* COLORS */

a.button,
button,
input[type=button],
input[type=submit] {
    background:#aaa;
    color:#333;
    border-color:#888;
}

a.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background:#bbb;
    color:#444;
}



/* ********************************************************************** */
/* FONTS */

a.button,
button,
input[type=button],
input[type=submit] {
    font-family:Helvetica,Arial,sans-serif;
}



/* ********************************************************************** */
/* OTHER CONFIG */

a.button,
button,
input[type=button],
input[type=submit] {
    padding:0.25em 0.4em;
    border-width:1px;
    border-style:solid;
}



/* ********************************************************************** */
/* CONSTANTS */

a.button,
button,
input[type=button],
input[type=submit] {
    display:inline-block;
    text-align:center;
	text-decoration:none;
}



/* ********************************************************************** */
/* END */

