.modalBackground{ position:absolute;  left:0;  top:0;  width:100%;  height:100%; z-index:0; display:none; opacity:0.60; filter:alpha(opacity=40); float:left}
.modalWindow{ position:fixed;  left:0;  top:0;  z-index:1000; display:none}

.modalBackground_old{ position:absolute;  left:0;  top:0;  width:100%;  height:100%; z-index:0; background-color:#333; display:none; opacity:0.40; filter:alpha(opacity=40)}
.modalWindow_old{left:0px;  top:0px;  position:fixed;  background-color:White;  z-index:1000; display:none; border-style:solid; border-color:#D9D9D9; border-width:8px}

