.frame_box {
	            width: 100%;
	            height: 100%;
	            left: 0;
	            top:0;
	            position:absolute;
	            z-index:99999;
	            display: none;
	            background:#FFF;
            }
         
.my_frame   {
	            width: 100%;
	            height: 100%;
	            border: 0;
	            background:#FFF
	        }
#iframeclose{
	        	position:absolute;
	            width:50px; 
	            height:50px; 
	            border:0; 
	            left:10px;
	            top:10px;
	            z-index:9999999;
	            display:none;
	            background:url(close.png) no-repeat;
	            background-size:50px 50px; 
	        }

