

/************************* POPUP ***************************/

#iFramePopup
{
    height: 100%;
    width: 100%;
    margin: 0px 0px 0px 0px;
}
#divPopup
{
    position: absolute;
    -moz-box-sizing: border-box;
    left: 80px;
    top: 20px;
    border: solid 1px black;
    display: none;
    width: 800px;
    height: 610px;
    padding: 0px;
    z-index: 10000;
    /*
		filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
		*/
}

