/* Start of CMSMS style sheet 'Form' */

textarea {
  width: 370px;
  clear: both;
}

fieldset {
  border: 0px;
  margin-left: 20px;
}

fieldset div {

  width: 195px;
  float: left;
  margin-bottom: 10px;
}
fieldset div label {
  display: block;

}
.submit {
  margin-left: 20px;
  margin-top: 20px;

}
.fbsubmit {
  background-color: #b1c2d8;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: white;
  height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.error, .error_message {
  margin-left: 20px;
  color: red;
}
.error ul, .error_message ul {
  list-style: none;
  margin: 0px;
}

.fb_invalid input {
  background-color: #ffcfcf;
}
.headertext div {
  width: 370px !important;
}

/* End of 'Form' */

