/*
 *  This Source Code Form is subject to the terms of the Mozilla Public
 *  License, v. 2.0. If a copy of the MPL was not distributed with this
 *  file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

@namespace url("http://www.w3.org/1999/xhtml");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
*{/* Allow editing from every page */}

tabmodalprompt { background: rgba(0, 0, 0, .75) none !important; }

tabmodalprompt > hbox {
  background-image: url("http://goo.gl/7Rr97"),
                    url("http://goo.gl/U1dsW");
  background-position: -moz-calc(50% - 320px) center,
                       -moz-calc(50% + 320px) center;
  background-repeat: no-repeat !important;
  margin-bottom: -200px !important;
  margin-top: -100px !important;
  padding-bottom: 200px !important;
  padding-top: 100px !important;
}

tabmodalprompt .mainContainer {
  border-color: #aaa !important;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, .5);
  border-radius: 1em !important;
  max-height: 400px !important;
  max-width: 600px !important;
}

tabmodalprompt .mainContainer .topContainer {
  border-radius: 1.5em 1.5em 0 0 !important;
}

tabmodalprompt .mainContainer .buttonContainer {
  border-radius: 0 0 1.5em 1.5em !important;
}