@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");

#contentBox {
  margin-bottom: 0.5em;
}

hbox.warningImage {
  -moz-box-align: center;
}

hbox.warningImage image {
  -moz-margin-start: 6px;
  -moz-margin-end: 6px;
  list-style-image: url("chrome://global/skin/icons/Warning.png");
}

html|a {
  color: blue;
  text-decoration: underline;
  outline: none;
}

html|p#regrequired-text {
  width: 25em;
  margin: 0 1em;
  padding: 0;
}