@import url(chrome://global/skin/);

#find-text {
  min-width: 15em;
}

#progmeter {
  margin: 4px;
}

#find-button {
  width: 15ex;
}

#cancel-button {
  width: 8ex;
}

.springspace {
  width: 10px;
}

.titlespace {
  height: 10px;
}

tab, button, menulist, menubar,menupopup,toolbar,tabpanels {
 -moz-appearance:none;
}


window > vbox {
  background-color: #0088CC;
}


 menubar,menupopup,toolbar,tabpanels {
  background-color: lightblue;
  border-top: 1px solid white;
  border-bottom: 1px solid #666666;
  border-left: 1px solid white;
  border-right: 1px solid #666666;
}

caption {
  background-color: lightblue;
}

.findfilesbox {
  background-color: #0088CC;
}

tab:first-child {
  -moz-border-radius: 4px 0px 0px 0px;
}

tab:last-child {
  -moz-border-radius: 0px 4px 0px 0px;
}

tab[selected="true"] {
  color: #000066;
  font-weight: bold;
  text-decoration: underline;
}

#opensearch {
  list-style-image: url("chrome://editor/skin/icons/btn1.gif");
  -moz-image-region: rect(48px 16px 64px 0);
  -moz-box-orient: vertical;
}

#savesearch {
  list-style-image: url("chrome://editor/skin/icons/btn1.gif");
  -moz-image-region: rect(80px 16px 96px 0);
  -moz-box-orient: vertical;
}

#find-button {
  list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
  font-weight: bold;
}

#cancel-button {
  list-style-image: url("chrome://global/skin/icons/close-button.gif");
}

button:hover {
  color: #000066;
}

tabbox {
  margin: 4px;
}

toolbarbutton {
  margin-left: 3px;
  margin-right: 3px;
}
