.bannerContainer {
    border: 0px solid #ffff00;
    width: 217px;
}

.rectangle {
    border: 0px solid #ff0000;
    width: 217px;
    height: 75px;
    position: relative;
}

.rectangleBorder {
    border: 1px solid #ffffff;
    width: 215px;
    height: 73px;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.rectangleFill {
    background: #ffffff;
    width: 217px;
    height: 75px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
}

.areaLabel {
    border: 0px solid #ffff00;
    width: 196px;
    height: 18px;
    padding: 7px 10px 0px 10px;
    font-size: 14px;
}

.areaContent {
    border: 0px solid #ff0000;
    width: 194px;
    height: 46px;
    padding: 4px 10px 0px 10px;
    font-family: Verdana;
    font-size: 9px;
}
