Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.zPopup
{
  width:300px;
  border:solid 1px silver;
  background:white;
  padding:2px;
}

.zPopup_titlebar
{
  background:#DDD;
  padding:0;
  font-size:90%;
}

.zPopup_title
{
  cursor:default;
  width:100%;
  overflow:hidden;
  white-space:nowrap;
  display:block;
}

.zPopup_titlebar_right
{
  position:absolute;
  right:0;
  background:#DDD;
  white-space:nowrap;
  padding:0 2px;
}

.zPopup_content
{
  margin-top:2px;
  background:white;
  position:relative;
  width:100%;
  padding:0px;
}