body {
/*  background-image: linear-gradient(174deg,rgb(255, 255, 255,.5), rgb(170, 169, 173,.5)); */
/*    background-image: linear-gradient(176deg,rgb(128, 212, 255, .5), rgb(255, 210, 77, .5)); */
}

#linkRequestDetails{
    border-top-style: double;
    border-top-width: 3px;
    margin-bottom: 5px;
    display:block; 
    width: 90%;
}

#buttonBox {
    height:50px;
}

#mainSplash{
/*    position:relative; */
    background-repeat: no-repeat;
}

.button {
    font-family:Arial;
    font-size: 20pt;
    font-weight: bold;
    margin: 7px 7px;
    background-color: rgb(205, 175, 121);
    border-color: rgb(159, 136, 95);
    height:100%;
    min-width: 30px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    background-size: 28px 28px;
}

.button:hover {
    background-color: #b3af7e;
}

#emailAddressInput {
    font-family:Arial;
    font-size: 20pt;
    width: 45%;
    padding-left: 10px;;
    height: 100%;
    background-color: rgb(218, 196, 156);
    border-color: #664400;
    color: black;
    margin: 7px 7px;
    }
