div.ajaxbox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgb(4,84,135);
  background: rgba(4,84,135,0.8);
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 1000;
  display: none; 
}

div.ajaxbox div.fct {
  text-align: center;
  display: block;
  height: 18px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 12px;
  text-decoration: none;
} 

div.ajaxbox div.fct a {
  color: white;
  font-size: 12px;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}
div .ajaxbox .fct a:hover{
  font-weight: bold;
}

a.ajaxbox-close {
}
a.ajaxbox-close:hover{
}

#ajaxbox-div {
  width: 200px;
  height: 200px;
}

#ajaxbox-iframe {
  width: 830px;
  height: 640px;
}

#ajaxbox-content-div {
  text-align:left;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 170px;
  height: 140px;
  overflow: auto;
}

#ajaxbox-content-iframe {
  text-align:left;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 800px;
  height: 600px;
  background: white;
  border: none;
}

div.ajaxbox div.form {
  text-align:left;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 170px;
  height: 140px;
  overflow: auto;
  background: white;
}
div.ajaxbox div.form div.content {
  padding: 15px;
  line-height: 120%;
}

