/* CSS for admin interface and front-end */
.wysiwyg-sp-seo-popup {
  background-color: #ffffff;
  border: 2px solid #999999;
  cursor: default;
  display: none;
  position: absolute;
  padding: 1em;
  z-index: 200;
}

.wysiwyg-sp-seo-img {
  display: block;
  border: 0;
  border-top: 1px dotted #ccc;
  margin-top: 1em;
  width: 100%;
  height: 12px;
  background: transparent url("plugins/smart_paging_seo/images/placeholder_background.gif") no-repeat center top;
}
