﻿body {
    background-color: #ffffff;
    font-family: Arial;
}

h5 {
    padding-top: 0.875rem;
    font-size: 1rem;
    color: #555;
    font-weight: 600;
}

div.divFormWrapper 
{
    width: 100%;
    max-width: 660px;
    margin: 1rem auto;
}

div.divInline {
    display: inline;
}

input[type=text] {
    border: solid 1px #bbb;
    height: 2rem;
    width: 100%;
    margin: 0.2125rem;
    padding: 0.8125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #012939;
    background: transparent;
    -webkit-appearance: none;
}

div.divMyCustomLILine {
    font-weight: normal;
    padding: 4px 0 4px 0;
}

div.divNoteText {
    color: #999;
    font-size: 0.775rem;
    margin: 0 0 0 0.8125rem;
}

ol li {
    margin: 5px 0 0 -15px;
    font-size: 1rem;
    color: #555;
    font-weight: 600;
}

.txtPurdyTextArea {
    border: solid 1px #bbb;
    height: 4rem;
    width: 97%;
    margin: 0.2125rem;
    padding: 0.4125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #012939;
    background: transparent;
    -webkit-appearance: none;
}

div.divReCaptcha 
{
    margin: 4px auto;
    max-width: 304px;

}

div.divSubmitButton {
    background-color: #7db00e;
    padding: 1rem 3rem;
    font-size: 1rem;
    color: #ffffff;
    max-width: 200px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin: 1rem auto;
}

div.divSubmitMessage {
    text-align: center;
    color: #990000;
}
