.button {
    /*display: inline-block;*/
    text-align:inherit;
    /*vertical-align: middle;*/
    padding: 4px 17px;
    border: 1px solid #000000;
    border-radius: 18px;
    background: #787778;
    background: -webkit-gradient(linear, left top, left bottom, from(#787778), to(#525252));
    background: -moz-linear-gradient(top, #787778, #525252);
    background: linear-gradient(to bottom, #787778, #525252);
    text-shadow: #565656 1px 0px 0px;
    font: normal normal bold 11px arial;
    color: #ffffff;
    text-decoration: none;
    cursor:default;
}
.button:hover,
.button:focus {
    background: #908f90;
    background: -webkit-gradient(linear, left top, left bottom, from(#908f90), to(#626262));
    background: -moz-linear-gradient(top, #908f90, #626262);
    background: linear-gradient(to bottom, #908f90, #626262);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #484748;
    background: -webkit-gradient(linear, left top, left bottom, from(#484748), to(#525252));
    background: -moz-linear-gradient(top, #484748, #525252);
    background: linear-gradient(to bottom, #484748, #525252);
}
#Title{
    margin-top:0px;
    font-family: Arial, Helvetica, serif;
    font-size: 150%;
    font-style: italic;
    font-weight: bold;
    height:5%;
    /*text-align:center;*/
}