.modalspace {
 background:transparent url(bg-fade.png) repeat scroll 0%;
 bottom:0pt;
 display:none;
 left:0pt;
 position:fixed;
 right:0pt;
 top:0pt;
 z-index:190;
}
.modal{
 min-width: 100px;
 min-height: 100px;
 background:#E8F0EC none repeat scroll 0% 50%;
 border:1px solid black;
 margin: auto;
 margin-top: 15px;
 background-color:white;
 background-position:center;
 background-repeat:no-repeat; 
}
a.close_modal{
  background: url("close.gif");
  display: block;
  height: 15px;
  text-decoration:none;
  text-indent:-5000px;
  width: 15px;
  margin: 2px;
}