#popup2,.bMulti{
	background-color:#fff;
	border-radius:10px 10px 10px 10px;
	box-shadow:0 0 25px 5px #999;
	color:#111;
	display:none;
	min-width:300px;
	}
	
#popup2 iframe{
	background:url('loader.gif') center center no-repeat;
	min-height:300px;
	min-width:300px}
	
	
.popup_table {
	all: initial;
  * {
    all: unset;
  }
}

.popup_table td {
	height : 5px;
	font-size : 1em;
}


  
.popup_table td hr {
  height: 1px;
  margin: -0.5em 0;
  padding: 0;
 
  background-color: #F00;
  border: 0;
}