body{
  height:100%;
}

#popupBackground {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000;
  border:0px solid #000;
  z-index:1;
}

#popupDialog {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:408px;
  width:50em;
  overflow: hidden;
  background:#222;
  border:2px outset #666;
  z-index:2;
  padding:12px;
  font-size:13px;
  text-align: left;
}

#popupDialog h1 {
  text-align:left;
  color:#9CF;
  font-size:22px;
  font-weight:700;
  border-bottom:1px dotted #9CF;
  padding-bottom:2px;
  margin-top: -10px;
}

#popupCloseButton {
  font-size:14px;
  line-height:14px;
  right:20px;
  bottom:5px;
  height: 17px;
  position:absolute;
  text-align:center;
  color: #AAA;
  font-weight: medium;
  display: inline-block;
  cursor: pointer;
  padding-left: 1px;
  text-decoration:none;
}

#popupField {
  width: 275px;
  display: inline-block;
}

#popupCloseButton:hover {
  color: #FFF;
}

#popupContent {
  color: #CCC;
  font-size: small;
}
