img, div, table { behavior: url('/services/pobeda/iepngfix.htc') }

.hidden {
    display: none;
}

/* Pop-up message and fading background */
#opaco {
     background-color: white;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 10;
}

#popup {
     /*background-color: #FFFFFF;*/
     position: absolute;
     /*width:300px;*/
     /*left:50%;*/
     /*top:50%;*/
     left:0px;
     top:0px;
     min-width: 300px;
     z-index: 11;
}