.popup_container {
  float: left;
  width: 625px;
}

.popup_top {
  background: url(../images/popup_top.png) no-repeat;
  width: 625px;
  height: 25px;
  float: left;
}
.popup_left {
  background: url(../images/popup_left.png) no-repeat;
  float: left;
}
.popup_right {
  background: url(../images/popup_right.png) no-repeat;
  float: left;
  padding-left: 10px;
  width: 615px;
}
.popup_bottom {
  background: url(../images/popup_bottom.png) no-repeat;
  width: 625px;
  height: 25px;
  float: left;
}

.popup_content {
  float: left;
  width: 585px;
  min-height: 636px; /* Applies min-height en IE6 */
  height:auto !important; /**/
  height: 636px; /**/
  padding-left: 15px;
  background: #aee7e9 url(../images/popup_bg.png) repeat-x;
}

.popup_close {
  background: url(../images/popup_close.png) no-repeat;
  float: right;
  width: 103px;
  height: 35px;
  text-indent: -9999px;
}

.popup_live_zone {
  float: left;
  width: 569px;
  padding-top: 10px;
}

.popup_content h1 {
  float: left;
}

.popup_content ul {
  margin-top: 1em;
  padding-left: 10px;
}
.popup_content ul li {
  padding-left: 14px;
  background: url(../images/bullet_green.png) 0 3px no-repeat;
  font: normal 11px Georgia, "Times New Roman", serif;
  color: #444444;
  line-height: 16px;
}

.popup_content .popup_img {
  margin: 12px 0;
  float: left;
  display: inline;
}