﻿
input[type="submit"], input[type="button"]
{
    padding : 10px;
    border : 1px solid #325A8C;
    border-radius : 2px;
    background-color : #224A7F;
    color : #FFFFFF;
    font-size: 8.5pt;
    transition: background-color 0.5s;
    cursor : pointer;
    box-shadow: 2px 2px 8px rgba(150,150,150,0.8);
}
input[type="submit"]:Hover, input[type="button"]:hover
{
    background-color : #4d74a9;
}

input[type="text"], input[type="password"], textarea, select
{
    font-family: Calibri, Arial;
    font-size: 10.5pt;
    border : 1px solid #d5d5d5;
    margin-left: 0px;
    text-align: left;
}

/* For main menu buttons - the ones above still take effect, this overrides on top. */

input[type="submit"].matching{
    width : 150px;
    height : 130px;
    white-space : normal;
}

input[type="submit"].menubutton
{
    width : 150px;
    height : 130px;
    border : 1px solid #D3D3D3;
    border-radius : 2px;
    background-color : #FAFAFA; /*MM FAFAFA*/
    color : #535353;
    font-size: 10pt;
    white-space : normal;
    box-shadow : none;
    /*box-shadow: 2px 2px 8px rgba(150,150,150,0.8);*/
}
input[type="submit"].menubutton:hover
{
    background-color : #D1E8FF;
}