/* general declarations */
fieldset {
  border: solid 1px silver;
}
/* webx declarations */
.req {
  background-image:url(/img/required.gif);
  background-position:top right;
  background-repeat:no-repeat;
}
.reqError {
  background-image:url(/img/required.gif);
  background-position:top right;
  background-repeat:no-repeat;
  background-color:yellow
}
.nreqError {
  background-color:yellow;
}
.showGlobalNav {
  display:block;
  text-align:right;
}
.hideGlobalNav {
  display:none;
}
/* Help Bubble and question image declarations */
.button_question {
  border: 0px solid black;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
.helpBubble {
  position:absolute;
  width:220px;
  z-index: 100;
  border: 1px dashed #6c193f;
  background-color: #fffac2;
  color: #000000;
  padding: 0px 10px 10px 10px;
  display: none;
}
.helpBubble h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#6c193f;
  color:#ffffff;
  font-weight:bold;
  font-size: 10px;
  text-align: center;
  margin: 0px -10px 0px -10px;
  line-height:20px;
}
.helpBubble p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  font-weight: normal;
  font-size: 10px;
  margin: 0px;
  padding-top: 10px;
}

.inumber {
  text-align: right;
  width: 75px;
  padding-right: 10px;
}

.snumber {
  text-align: right;
  width: 75px;
  padding-right: 10px;
}
