
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.form {
    margin: 0 auto;
    position: relative;
    float:left;
    width: 47%;
}

.form .header {
    padding: 20px 30px 0px 0px;
}

.form .header h1 {
    text-align: center;
    font-family: 'Georgia';
    font-weight: 300;
    font-size: 20px;
    line-height:34px;
    color: #414848;
    text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
    margin-bottom: 10px;
}

.form .content {
    padding: 0 30px 10px 50px;
}

.form .content .input {
    width: 90%;
    padding: 7px 7px;

    font-family: 'Georgia';
    color: #9d9e9e;
    text-shadow: 1px 1px 0 rgba(256,256,256,1.0);

    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;

    box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);

    margin-top: 5px;
}

.form .content .input:hover {
    background: #dfe9ec;
    color: #414848;
}

.form .footer {
    padding:0px 0px 0px 155px;
    overflow: auto;
}

.form .footer .button {
    width: 140px;

    font-family: 'Georgia';
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 1px 0 rgba(0,0,0,0.25);

    background: #56c2e1;
    border: 1px solid #46b3d3;
    border-radius: 5px;
    cursor: pointer;

    box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
    -moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
    -webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.form .footer .button:hover {
    background: #3f9db8;
    border: 1px solid rgba(256,256,256,0.75);

    box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.form .footer .button:focus {
    position: relative;
    bottom: -1px;

    background: #56c2e1;

    box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
    -moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
    -webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

.oneyear-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 20em;
}

.left-side{
    float: left;
    padding: 1em;
    padding-top: 2.4em;
    width: 50%;
}

.tribute-header{
    text-align: center;
    font-family: 'Georgia';
    font-weight: 300;
    font-size: 31px;
    color: #414848;
    padding-top: 1em;
}
#memorial-text{
    text-align: center;
    font-family: 'Georgia';
    font-size: 14px;
    padding-top: .5em;
}

#oneyear-links{
    text-align: left;
    padding-top: .5em;
    font-family: 'Georgia';
    list-style: inherit;
    padding-left: 5em;
}

#upper-main{
    width: inherit;
    padding-bottom: 10px;
    display: inline-block;
    box-shadow: -5px 11px 15px 5px rgba(192, 192, 192, 0.32);
}
