#modalOverlay {
  background-color:#000;
  cursor:default;
}

#modalContainer {
  height:520px;
  width:900px;
  left:50%;
  top:10%;
  margin-left:-445px; /*half the width, to center*/
  background-color:#fff;
  border:3px solid #000;
}

#modalContainer a.modalCloseImg {
  width:100px !important;
  height:auto;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-34px;
  right:-3px !important;
  cursor:pointer;
  background:black;
  color:white;
  text-align:center;
  padding:10px 0;
  -moz-border-radius:10px 10px 0 0;
  font-size:12px;
  /*background:transparent url(http://test.eae.es/formulario/x.png) no-repeat top left !important;*/
}

#modalContainer iframe{width:900px; height:520px; background:white !important;margin:0; padding:0;border:0px solid #000;}

/*
#accesoSI{display:block; width:210px; height:36px; background:transparent url(http://test.eae.es/es/imgs/boton_solinfo.png) no-repeat; text-indent:-9999px;margin:20px; outline:none;}


#accesoSA{display:block; width:210px; height:36px; background:transparent url(http://test.eae.es/gestor/eae/es/imgs/boton_soladm.png) no-repeat; text-indent:-9999px;margin-top:10px; outline:none;}
*/
