/*
* {
 padding: 0px; margin: 0px; border: 0px; outline: 0px;
}

html,
body,
div.background {
  height:100%;
}

body > div.background {
  height: auto;
}
*/

div#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:10;
}

div#modal div.background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}

div#modal div.modal_container {
  position: relative;
  text-align:center;
  margin-top: 4em;
  margin-left:auto;
  margin-right:auto;
  width: 50%;
  background-color: #ffffff;
}


div.modal_container div.modal_close {
  position: absolute;
  top: 2px;
  right: 2px;
  /*width: 3%;*/
  width: 30px;
  height: 30px;
  z-index: 99999;
  cursor: pointer;
}

/*
div.modal_container div.modal_close {
  position: absolute;
  top: 2px; right: 2px; width:30px; height:30px;
  z-index: 99999;
}
div.modal_container div.modal_close:hover {
  background-position: 0px -30px; 
  width:30px;
}
div.modal_container div.modal_close a {
  display: block;
  height: 30px; width: 30px;
}
*/