/* iNFO */

.popup {
    position: absolute;
    background-color: #fff;
    background-repeat: no-repeat;
    display: block;
    width: 500px;
    height: 400px;
    z-index: 80;
    border: 1px solid #000000;
    padding: 10px;
    padding-bottom: 30px;
}

.popupSmall {
    position: absolute;
    background-color: #fff;
    background-repeat: no-repeat;
    display: block;
    width: 500px;
    height: 200px;
    z-index: 80;
    border: 1px solid #000000;
    padding: 10px;
    padding-bottom: 30px;
}

.popup2 {
    margin-top: 5px;
    width: 50px;
    height: 16px;
    z-index: 81;
    border: 1px solid #000000;
        cursor: pointer;
}
