body
    {
    background-image: url("../Images/backgroundGradient.jpg");
    background-attachment: local;
    background-repeat:repeat-x;
    }

.FullWidthQuestionsBackground
    {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../Images/Background.Questions.jpg");
    }

input
    {
    font-size: 25px;
    border: 2px solid;
    padding-left: 2px;
    width: 60%;
    }

.EmailInput
    {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    }


img
    {
    vertical-align: bottom;
    }
