﻿.pop_overlay
 {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: #000000;
      filter: alpha(opacity=60);
      -moz-opacity: 0.6;
      opacity: 0.6;
      z-index:99998;
 }

 .pop_container
 {
      display: none;
      position: fixed;
      width: auto ! important;
      height: auto ! important;
      top: 0px;
      left: 0px;
      background: transparent;
      z-index:99999;      	
      border: 1px solid #999999;	
      border-collapse: collapse;
      
      
    
 }
 
 .pop_inner
 {
	display:none;
	background-color:White;
		padding:0 0 0 0;
}
 


