.transparent {
      display:none;
      position:absolute;
      z-index:250;
      left:0px;
      top:0px;
      width: expression(Math.max(Math.max(document.body.offsetWidth, document.body.clientWidth),document.documentElement.scrollWidth) + 'px') !important;
      height: expression(Math.max(Math.max(document.body.offsetHeight, document.body.clientHeight),document.documentElement.scrollHeight) + 'px') !important;
      width:100%;
      height:100%;
      background: #000;
      opacity: 0.65;
      -moz-opacity: 0.65; /* Gecko-Firefox */
      filter:alpha(opacity=65); /* IE6&7 */
 }
 .popup-container {
      display:none;
      position:absolute;
      left:0px;
      top:0px;
      width:100%;
      z-index:255;
 }
 .popup-container .popcon {
      width:500px;
      margin:50px auto 0px auto;
      padding:10px;
      text-align:center;
      background:white;
      overflow:hidden;
 }
 
  .popup-container .popcon .close {
      width:100%;
      clear:both;
      text-align:right;
      margin-bottom: 6px;
 }
