.emodal{
  padding: 30px 25px 20px 25px !important;
  position: fixed;
  z-index: 999999 !important;
}
.emodal-title{
  margin-bottom: 16px;    
}
.emodal-close{
  display:block;
  width:30px;
  height:30px;
  background-image:url(modal_icon_close.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:15px 15px;
  border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
}

.rt9-emodal-toobig{
  overflow: auto;
  overflow-y: scroll !important;
  overflow-x: auto;
  height: 95% !important;
  top: 1% !important;
}

.rt9-emodal-toobig > .emodal-close{
  top: 12px !important;
  right: 12px !important;
}

.rt9-emodal-toobig > .emodal-title{
  max-width: 90% !important;
}