
#popup {
  display: none;
  position: fixed;
  width: 350px;
  _position: absolute; /* hack for internet explorer 6 */
  background: #bf0000;
  z-index: 20;
  padding: 5px;  /* same as rounding */
}

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

#popup_title {
  font-weight: bold;
  color: #ffffff;
}

#popup_close {
  width: 14px;
  height: 14px;
  background: url('../images/popup/close.png') no-repeat;
  position: absolute;
  right: 5px;
  cursor: pointer;
}

#popup_message {
  text-align:center;
  font-size:14px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  /*min-height: 120px;*/
}
