#popup {
  display: none;
  position: fixed;
  width: 405px;
  _position: absolute; /* hack for internet explorer 6 */
  background: #fff;
  z-index: 103;
  padding: 30px;  /* same as rounding */
}

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

#popup_title {
  font-weight: bold;
  color: #3c3c3c;
  float: left;
  font-size: 14px;
}

#popup_close {
  width:  92px;
  height: 19px;
  background: url('../images/buttons/en/close.gif') no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
#popup_close:hover {
  background: url('../images/buttons/en/close.gif') no-repeat;
}

#popup_message {
  padding: 15px;
  background: #ffffff;
  text-align: left;
  float: left;
  /*min-height: 120px;*/
}

#popup_close_bottom {
  background: #ffffff;
}
