#popup_container {
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  border: 1px solid #999999;
}

.p_del_title {
  width: 100%;
  background-color: #f0eff1;
  height: 32px;
  line-height: 32px;
}

.p_del_title span {
  font-weight: bold;
  color: #333333;
  float: left;
  margin-left: 10px;
}

.p_del_title img {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.p_del_midd {
  background-color: #FFF;
  padding: 20px 32px;
  overflow: hidden;
}

.p_d_bottom {
  width: 100%;
  background-color: #f0eff1;
  height: 22px;
  line-height: 22px;
  text-align: right;
  padding: 5px 0px;
}

.pop_point {
  background: url(../images/icon_del_point.gif) left center no-repeat;
  padding-left: 45px;
  width: 360px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}