﻿.signup-for-newsupdates-inputtext {
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    width: 182px;
    height: 34px;
    padding: 6px 9px;
}

    .signup-for-newsupdates-inputtext:focus {
        border-color: #66afe9;
        outline: 0;
    }

    .signup-for-newsupdates-inputtext::placeholder {
        color: #333;
    }

    .signup-for-newsupdates-inputtext:-ms-input-placeholder {
        color: #333;
    }

    .signup-for-newsupdates-inputtext::-ms-input-placeholder {
        color: #333;
    }

.signup-for-newsupdates-inputbtn {
    background-color: #1f5b83;
    border: double;
    border-width: 1px;
    border-color: #1f5b83;
    font-size: 14px;
    color: white;
    height: 34px;
    width: 50px;
}

    .signup-for-newsupdates-inputbtn:hover {
        background-color: #0b3a7a;
        border-color: #0b3a7a;
    }
