@charset "UTF-8";
body {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  background-color:rgb(0,0,0);
  color:rgb(255,255,255);
  border-style:solid;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-color:rgb(128,128,128);
  font-family: 'Verdana', sans-serif;
  font-size:12px;
  line-height:125%;
}

#modal-content {
  width:95%;
  margin:0;
  padding:0px;
  border:0px solid #cccccc;
  /*background-image:url(http://shighe.com/fractal/image/ze6.png);background-image:url(http://shighe.com/fractal/image/ze6.png);*/
  background-color:rgb(255,255,255);
  position:fixed;
  display:none;
  z-index:3;
  color:rgb(0,32,0);
  text-align:center;
}
#modal-overlay {
  z-index:1;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}
.button-link {
  color:#00f;
  text-decoration:underline;
}
.button-link:hover {
  cursor:pointer;
  color:#f00;
}
