﻿.case_header {
    margin-top: 0px;
    color: black;
    font-weight: bold;
    font-size: 11px;
}
.case_header2 {
    margin-top: 0px;
    color: black;
    font-weight: bold;
    font-size: 25px;
}
.case_txt {
    margin-top: 0px;
    color: black;
    font-weight: normal;
    font-size: 11px;
}

.field_required {
    background-color: #F9EEEE
}
.MI {
    width: 30px;
    height: 28px;
    border: 1px solid #efefef;
    outline: none;
}
.City {
    width: 265px;
    height: 28px;
    border: 1px solid #efefef;
    outline: none;
}

    .City::placeholder {
        color: gray;
        font-style: italic;
    }

.State {
    width: 60px;
    height: 28px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #efefef;
    outline: none;
}

    .State::placeholder {
        color: gray;
        font-style: italic;
        text-transform: none;
    }

.ZipCode {
    width: 70px;
    height: 28px;
    text-align: center;
    border: 1px solid #efefef;
    outline: none;
}

    .ZipCode::placeholder {
        color: gray;
        font-style: italic;
    }

.Phone {
    width: 120px;
    height: 28px;
    border: 1px solid #efefef;
    outline: none;
}

    .Phone::placeholder {
        color: gray;
        font-style: italic;
    }