/*
** Ajax popups dialog box styles
*/

#popups-overlay {
  position: absolute;
  z-index: 100000;  
  background: black;
  top: 0;
}
#popups-loading {
  position: absolute;
  z-index: 10;  
  opacity: 0.75;
  width: 100px;
  height: 100px;
  display: none;
}
.popups-box {
  position: absolute;
  z-index: 10000000000;  
  padding: 0.5em;
}
.popups-body {
  z-index:100000;
}
.popups-title {
  font-weight: bold;
}
.popups-title div.title {
  float: left;
}
.popups-close {
  float: right;
  z-index:100000;
}
.popups-close a {
  font-weight: bolder;  
  font-size:14px;
}
/* Allow messages to be used as the title of the popups */
.popups-box div.messages {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 auto;
}
element.style {
    height: 500px;
    left: 173.5px;
    top: 131px;
}
