@import "NIECStyle05_common.css";

/* Comments that start with a "b", as in "/*b", are multi-browser related. */

#searchWrapper1x {
  float: left;
}

#searchWrapper2x {
  text-align: center;  /*b GS: For non-compliant IEs, etc. */
  margin-left: auto;   /*b GS: For standards ...*/
  margin-right: auto;  /*b...compliant browsers. */
}

#searchBox {
  float: left;    /* Required in order to get Search Box left justified. */
  width: 640px;/*570px;   /* Ditto.                                              */
  overflow: hidden; /*b So in Firefox the top menu isn't short 1 pixel on the right. */
  margin-left: 0px;
  padding-left: 10px;
  margin-top: 18px;
}

#pagetitle {
  padding-left: 0;
}

table, td {
  border: 0;
  font-size: 10pt;
  background-colorx: white;
}
#searchboxx table, #searchboxx td {
  border: 0;
  font-sizex: 10pt;
}

.RevTitleBox { /* CIOC Style: the search box headers: e.g. "New Search" */
  text-align: center;  /*b GS: For non-compliant IEs, etc. */
  margin-left: auto;   /*b GS: For standards ...*/
  margin-right: auto;  /*b...compliant browsers. */
}

.MenuBox {
  background-color: white;
}
.FieldLabelLeft {
  background-color: white;
}
