﻿.psHostedField {
    background-color: #f9f9f9;
}

    .psHostedField iframe {
        height: 30px;
        border: none;
    }

    .psHostedField.psGraceEnded.psInvalid,
    .psHostedField.psGraceEnded.psEmpty {
        border-color: red;
        background-color: #FFF5F5;
    }
