#popup {
    position: absolute; left: 0; top: 0; width: 0; height: 0;
    padding: 10px 15px;
    display: none; overflow: hidden;
    border: 1px solid #999999;
    z-index: 100;
}

#popup_ie {
    position: absolute; left: 0; top: 0; width: 100px; height: 100px;
    display: none; overflow: hidden;
    z-index: 99;
}

#popup_ie iframe {
}

#btn_stil_de_viata {
    width:85px; height: 22px; text-align: center;
}

#stil_de_viata {
    position: absolute; width: 450px; height:320px; display: none; overflow: hidden;
    padding: 10px 15px;
    border: 1px solid #999999;
    background-color: #FBFDF4;
    z-index: 9999;
}

#btn_afectiuni_si_boli {
    width:105px; height: 22px; text-align: center;
}

#afectiuni_si_boli {
    position: absolute; width: 450px; height:170px; display: none; overflow: hidden;
    padding: 10px 15px;
    border: 1px solid #999999;
    background-color: #FBFDF4;
    z-index: 9999;
}

