body {
  line-height: 165%;
  font-family: verdana;
  font-size: 11px;
  color: 333333;
}

.notice {  
  background: url(/images/notice_bg.gif) no-repeat top left;
  /*background: #ffefef;*/
  color: #007;
  font-weight: bold;
  /*border: solid 2px #dda;*/
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 26px;
  margin: 0.75em 0em;
  text-align: left;
}

.fieldWithErrors * {
  border: solid 2px #faa !important;
  background: #fee !important;
}

.errorExplanation, .errorExplanation * {
  color: #933;
}

.errorExplanation {
  border: solid 1px #faa;
  padding: .5em;
  background: #fee;
}

.errorExplanation p, .errorExplanation ul  {
  margin-top: 0px;
  margin-bottom: 0px;
}

.errorExplanation h2 {
  font-size: 10pt;
  border: 0px;
  margin: 0px;
  display: none;
}

hr.dashed {
  color: #ffffff;
  border-bottom: 1px dashed #666666;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;"
}

.italic-style {
  font-style: italic
}

/* breadcrumbs */

#breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding: 0 15px;
}

/* forms */

table.form {
  border-collapse: collapse;
}

table.form td, table.form th {
  border: 0px;
  padding-top: 10px;
}

table.form th {
  /*width: 125px;*/
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial;
  vertical-align: top;
  padding-top: 13px;
  padding-right: 5px;
  background: transparent;
  white-space: nowrap;
}

table.form input:focus, table.form textarea:focus {
  background-color: #dff1d6;
}


table.form input, table.form textarea {
  font-size: 12px;
  font-family: Arial;
  width: 250px;
}

table.form select, table.form input.submit {
  width: 260px;
}

table.form select.date, table.form input.checkbox {
  width: auto;
}

input.submit {
  background: #a9a9a9; /*#cc2029;*/
  font-weight: bold;
  color: white;
  cursor: pointer;
}

table.form input.radio {
  width: 0px;
}

table.form input, table.form textarea, table.form select {
  font-family: Verdana;
  padding: 3px;
  border: solid 2px #ddd;
}

fieldset legend {
  font-size: 14px;
  font-weight: bold;
  padding: 1px 5px;
  background: white;
  border: solid 1px #F1F5FA;
}

fieldset {
  background-color: #F1F5FA;
  border-color: #000000 -moz-use-text-color -moz-use-text-color;
  border-style: solid none none;
  border-width: 1px 0 0;
  font-family: verdana;
  margin: 0 0 25px;
  padding: 15px;
}

.red {
  color: #cc0000;
  border: 0px; /* removes styles from hX'es */
}


