#popUp {
    font-size: 14px;
    display: inline-block;
    background: white;
    color: black;
    width: 500px;
    height: 300px;
    padding: 25px;
    box-sizing: border-box;
}
#popUp_left {
    vertical-align: top;
    text-align: center;
    background: #ECF4FB;
    display: inline-block;
    width: 170px;
    height: 100%;
}
#popUp_right {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    width: 250px;
    margin-left: 25px;
    height: 100%;
}
#popUp_left > div:first-child {
    font-weight: bold;
}
#popUp_right > div:first-child {
    font-size: 25px;
    font-weight: bold;
}
#popUp_first img {
    width: 150px;
}
#popUp_second img {
    width: 75px;
}
#popUp input {
    margin-bottom: 5px;
    width: 200px;
    padding: 2px;
}
#popUp button {
    padding: 2px 15px;
}
body {
    padding-bottom: 20px;
}