div.cms-popup-content {
  text-align: center;
}
div.inner_con {
  border: thick #ccc solid;
  background: white;
}
div.pb_popup_background {
  opacity: 0.65;
  background: black;
  filter:alpha(opacity=65);
}
div.content_loading {
  background-image: url(/_resources/all/docroot/cms/icons/loading-grey.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
div.cms-popup-control {
  cursor: pointer;
  cursor: hand;
}
.cms-popup-component .inner_con .clear-float{
  line-height: 0px;
  font-size: 0px;
}
div.cms-popup-close {
  width: 100%;
  text-align: right;
}
div.cms-popup-close button {
  margin: 0 2px;
  padding: 0;
  border: 2px #ccc solid;
  border-width: 0 1px 1px 1px;
  background: #eee;
  font: bold .9em Arial;
  color: #999;
  cursor: pointer;
  cursor: hand;
}
div.cms-popup-close button:hover,
div.cms-popup-close button.focused {
  color: #333;
}
#close_con1.cms-popup-close {
  display: none;
}
