#fgModal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #333;
    background: rgba(0,0,0,0.3);
    text-align: left;
}
.fgModalContent {
    position: relative;
    background-color: #f5f9fd;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 700px;
    max-width: 95%;
}
#fgModalTitle, #fgModalClose {
    font-family: sans-serif;
    font-size: 16px;
    padding: 7px 10px;
}
#fgModalClose {
  cursor: pointer;
}
.fgModalClear {
    clear: both;
    height: 10px;
}
#fgModalWait, #fgModalError {
  text-align: center;
  display: none;
  font-size: 16px;
  line-height: 48px;
}
#fgModalError {
  color: #f00;
}
#fgModalTitle {
    color: #333;
    float: left;
    font-weight: bold;
}
#fgModalClose {
    color: #fff;
    background: #69c;
    float: right;
    border-bottom-left-radius: 7px;
}
#fgModalIMG {
  padding: 10px;
  display: none;
}
#fgModalClose:hover,
#fgModalClose:focus {
  background: #c76;
  text-decoration: none;
}
#fgModalIMGURL {
  width: 300px;
  max-width: 90%;
}
.fgGifPlay {
  position:absolute;
  width: 77px;
  height: 32px;
  top:50%;
  left:50%;
  margin: -16px 0 0 -38px;
}
