﻿.contactInformation {
    width: 290px;
    height: 250px;
    background-color: #F8F8F9;
    float: left;
    margin-right:30px;
    margin-bottom: 15px;
    padding-left: 10px;
}

    .contactInformation > img {
        height: 190px;
        width: 160px;
        margin-top: 10px;
    }

    .contactInformation > .red.button {
        float: right;
        margin-right: 10px;
        margin-top: -65px;
        cursor: pointer;
    }

    .frame {
    background-color: white;
    left: 50%;
    margin-left: -225px;
    margin-top: -188px;
    padding: 20px;
    position: fixed;
    top: 30%;
    width: 450px;
    z-index: 7000;
}

.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 6000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: black;
}