#pageMaster #floatClear p {line-height: 1.6em;}

#pageMaster #floatClear #NetPS-SearchSubmitBar {
    margin-top: 30px;
}

#pageMaster #floatClear .NetPS-SearchSubmitBlockLeft, #pageMaster #floatClear .NetPS-SearchSubmitBlockRight {
    position: relative;
    line-height: 1.65em;
    margin-bottom: 30px;
    text-align: center;
}

#pageMaster #floatClear input[type="submit"], #pageMaster #floatClear input[type="reset"] {
    position: relative;
    width: 170px;
    border: 2px solid #607f2f;
    background-color: #607f2f;
    text-decoration: none;
    border-radius: 6px;
    padding: 8px 18px;
    top: 0;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
    font-family: Raleway, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #eef1f6;
    text-transform: uppercase;
}

#pageMaster #floatClear input[type="submit"]:hover, #pageMaster #floatClear input[type="reset"]:hover {
    top: -2px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.24);
}

#pageMaster #floatClear .NetPS-Button {cursor: pointer;}