.lay-ovarlay { display: none; background-color: #000; position: absolute; z-index: 88; top: 0px; left: 0px;
	opacity: 0.7;filter:alpha(opacity=70);
	width: 100%; height: 1983px; height: 100%;  }
.lay-iframe {width: 100%; height:100%; opacity: 0.7;filter:alpha(opacity=0);background-color: #000; }
.lay-frame {
	border: 3px #bcd solid;  background-color: #ffffff;    padding: 0px;
    text-align: left;    font-size: 12px;    display:none;
    position: absolute;    z-index: 189;  min-width: 370px; }
     
.lay-iframe2 {width:0px; height:0px; filter:alpha(opacity=0); }

.lay-close { position:relative; top:10px; right:10px; }

.lay-close img { position:absolute; top:-15px; right:-15px; cursor:pointer; }

.lay-handle {  line-height: 25px; background: #bcd; color: #444; font-weight: bold; font-size: 1.1em; cursor:move; }

.lay-handle {  line-height: 15px; padding: 2px 10px; background: #bcd; color: #444; background-color: #f1f4f4; font-weight: bold; font-size: 0.9em; cursor:move; }

.lay-content { padding: 10px; margin: 0px; z-index:1000; }
.lay-loader { display:none; }

.popup_overlay { display: none; background-color: #abc; position: absolute; z-index: 197; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0.7;filter:alpha(opacity=70); }
.popup_container { display: none; position: absolute; z-index: 198;  top: 138px; left: 515px;  width: 300px; background-color: #fff; padding: 15px;  }
.popup_title { font-size: 12px; background-color: #abc; color: #456; padding: 5px;  } 
.popup_close { display: none; font-size:10px; text-align: right; margin: 3px; }

/* mobile view */
@media (max-width: 924px) {
	.lay-frame { width: 90%; }
}


