/* vim: set ts=2 sw=2 sts=2 et: */

div.popup-anywhere-notification-bar {
  background-color: #4876B3;
  border: 1px solid #a0a0a0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.6);
  box-shadow: 0 0 0 rgba(0,0,0,0.6);
}

div.popup-anywhere-notification-bar.ui-dialog .ui-dialog-content {
  border: solid #336699;
  border-width: 0 0 1px 0;
  background: none;
}

div.popup-anywhere-notification-bar,
div.popup-anywhere-notification-bar.ui-dialog .ui-dialog-content,
div.popup-anywhere-notification-bar .ui-dialog-titlebar-close {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

div.popup-anywhere-notification-bar .popup-anywhere-contents {
  padding: 7px 10%;
  text-align: center;
  text-shadow: 0 1px 0 rgba(20,20,20,0.5);
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 11px;
}

div.popup-anywhere-notification-bar .popup-anywhere-contents,
div.popup-anywhere-notification-bar a {
  color: #dae8fd;
}

div.popup-anywhere-notification-bar .ui-dialog-titlebar-close {
  margin: 0;
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../close.png);
  z-index: 2;
}