.requiredfieldstar { color: red; }
INPUT.SubmitButtonLink {
  /*padding-top: 2em;*/
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  border-style: solid;
  cursor: pointer;
  font-size: 65%;
  text-decoration: underline;
  color: white;
  text-align: left;
  width: auto;
}
.DarkenBackground {
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=55)"; /* IE8 */
  filter: alpha(opacity=55);                                         /* IE5-7 */
  opacity: 0.55;                                                     /* other browsers */
  z-index: 5;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  position: fixed;
  top: 0px;
  left: 0px;
}
.DialogBox {
  text-align: left;
  position: fixed;
  z-index: 10;
  overflow: hidden;
  top: 15%;
  left: 50%;
  line-height: 1em;
  margin-left: -220px;
  width: 406px;
  padding: 17px;
  background: url("/images/website/modal_border_1_1.png");
}
.DialogBoxMessage {
  background-color: #00834C;
  color: white;
  font-family: sans-serif;
  font-size: 12px;
  width: 346px;
  padding: 40px 30px 15px 30px;
}
.DialogBoxTop, .DialogBoxBottom {
  background: #00834C url("/images/website/divider_5_1.jpg") repeat-x bottom;
  font-family: sans-serif;
  font-size: 14px;
  width: 376px;
  padding: 15px;
  color: white;
}
.DialogBoxTop { text-align: left; }
.DialogBoxBottom { text-align: center; }
INPUT.SubmitButtonSmall {
  padding: 5px 8px 5px 8px;
  border-width: 0px;
  background-color: grey;
  color: white;
  cursor: pointer;
  width: auto;
  float: none;
  font-size: inherit;
}
.DialogBoxInput {
  position: absolute;
  right: 47px;
  width: 44%;
  padding: 0;
}
.securityquestionoption { line-height: 1.5em; width: 40em; margin-left: 1.5em; font-size: inherit; }
INPUT.securityanswer { width: 25em; margin-left: 1.5em; font-size: inherit; }
.securityanswernote { padding-top: 1.25em; padding-left: 5px; font-size: 70%; text-align: left; width: auto; font-weight: bold; color: #112D55;}
.securitylabel { line-height: 1.5em; padding-right: 0; text-align: left; font-weight: bold; color: #112D55;}
INPUT.HiddenDefault { height: 0px; width: 0px; padding: 0px; }