﻿body {
    font-family: 'Segoe UI';
    font-size: 115%;
}

.mail {
    min-width:350px;
    font-family:'Segoe UI';
    padding:10px;
    text-align:center;
    font-weight:bold;
    font-size:135%;

}
.button {
    padding: .5em;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    border: solid thin #882d13;
    -webkit-border-radius: .7em;
    -moz-border-radius: .7em;
    border-radius: .7em;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 2px #bbb;
    background-color: #ce401c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ede8), to(#ce401c),color-stop(0.4, #8c1b0b));
    font-weight: bold;
    letter-spacing: 4px;
}
td b {
    color:#0361a5;
    font-weight:bold;
    text-transform:uppercase;
}
td {
    padding:20px;
}