﻿.text-box {
    width: 200px;
}

.text-box-med {
    height: 30px;
    width: 240px;
    position: relative;
    border: 2px solid #cdcdcd;
    border-color: rgba(0, 0, 0, .14);
    background-color: AliceBlue;
    font-size: 14px;
}

.text-box-large {
    height: 30px;
    width: 497px;
    position: relative;
    border: 2px solid #cdcdcd;
    border-color: rgba(0, 0, 0, .14);
    background-color: AliceBlue;
    font-size: 14px;
}

.table-cell {
    width: 255px;
    height: 70px;
}

.table-cell-large {
    width: 350px;
    height: 70px;
}

.ddl-med {
    width: 240px;
}

.ddl-large {
    width: 497px;
}

.rblist {
    width: 260px;
}

.rblist-large {
    width: 350px;
}

.fdic-logos {
    background-color: #fff;
    text-align: center;
    padding: 7px 5px;
}
