#econ-container{
  clear:both;
  background:#fff url("icon/loader.gif") no-repeat 50%;
}
#_iframe{
  width:100%; min-height:650px; border: none;
}
.econ_notification{
  padding: 20px;
  background-color: #ffd701;
}
.econ_notification p{
  text-align: left;
  color: #000000;
  margin-bottom: 4px;
}
.econ_button_wrap{
  margin-bottom: 20px;
}
.econ_button_wrap .econ_open_popup{
  padding: 20px;
  background: #ffd700;
  color: black;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.econ_button_wrap .econ_open_popup:hover{
  text-decoration: none;
  background: #ffeb7f;
}
#wrapper-popup{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}
.popup-content{
    display: none;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    position: relative;
    z-index: 901;
}
.close-econ-popup{
      float: right;
      font-size: 24px;
      padding: 0 10px;
      font-weight: bold;
      position: absolute;
      top: -16px;
      right: -20px;
      background: #000000;
      border: 1px solid #000000;
      border-radius: 30px;
}

.close-econ-popup:hover,
.close-econ-popup:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
    background: #ffd700;
    border-color: #ffd700;
}
