#topbar {
 background-image: url(../images/content_top_2.jpg);
 height: 40px;
 background-position: 0px;
}

/* CSS Styles for web forms */

div#container {
  margin: 0 auto;
  width: 820px;
  padding: 32px 0;
}

div.fieldContainer {
  clear: both;
  margin-bottom: 1.6em;
  overflow: hidden;
}

div.separatorBefore {
  height: 2.4em;
  border-bottom: 1px #A5ACB2 solid;
  margin-bottom: 1.2em;
  clear: both;
}
div.separatorAfter {
  height: 2.4em;
  border-top: 1px #A5ACB2 solid;
  margin-top: 1.2em;
  clear: both;
}

div.fieldLabel {
  font-size: 1em;
  min-height: 2px;
}

div.fieldLabel span {
  color: #C10000;
}

div.field {
  float: left;
}

div.field input.tField {
  width: 300px;
}

div.field input.rButton, input.cBox {
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
div.field input.cBox {
  top: 1px;
}

div.field textarea {
  width: 300px;
  font: 1em Verdana, Arial;
}

div.field div {
  height: 2.2em;
}

div.subButtonDiv {
  margin-top: 2em;
}

div.field span.error {
  color: red;
  padding-left: 0.6em;
}

div.error {
  color: red;
  clear: both;
  margin: 6px 0 12px 0;
  padding: 12px;
  background-color: #E2E2E2;
  height: auto !important;
}

div.error strong {
  font: bold 1em "courier new", courier;
  /*
  padding-top: 0.3em;
  display: block;
  */
  color: #C10000;
  letter-spacing: 2px;
}

div#formSent {
  display: none;
  font-size: 1em;
}