body{
    text-align:center;
    background-color: peachpuff;
}
h1{
    color:darkcyan;
}
p{
    line-height: 1.3;
}
.form-style-9{
    max-width: 700px;
    background: #FAFAFA;
    padding: 20px;
    margin: 30px auto;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 6px solid #305A72;
}
fieldset{
}
.legend{
    font-weight: bold;
    color: #305A72;
}
.greyBackground{
    background-color:#CCC;
}
.noBorder{
    border:0;
    background-color:#CCC;
}
table{
    width: 100%;
}
th{
    text-align: center;
}
input[type=text]{
    padding:3px;
    border:2px solid #9AA5D3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
button{
    background-color:#9AA5D3;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    padding: 10px 24px;
}
.center {
    margin: auto;
    width: 1000px;
}
.box {
    border: 4px solid #305A72;
    background-color: #FAFAFA;
    padding: 10px;
    text-align: left;
    margin: auto;
    border-radius: 6px;
    width: 60%;
}