/* Start of CMSMS style sheet 'home_form' */
/* Sample FormBuilder CSS base */
form {
  margin-top: 0;
}

form, td, th, li {
  font-size: 100%;
}

form div {
  margin-bottom: 0;
}

fieldset div {
  margin-bottom: 0.5em;
  width: 210px;
  text-align: right; 
}

fieldset div div {
  margin-top: 0.5em;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
  border: none;
}


fieldset label {
  width: 64px;
  font-family: Verdana, Arial, Helvetica, monospace;
  font-size: 10px;

}

legend {
  font-style: normal;
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0px 0px 0px 20px;
  width: auto;
}


textarea {
  margin: 0.5em 0;
  width: 98%;
  height: 6em;

}
input {
  background-color: #BCB8B9;
  width: 128px;
}

.captcha {
  margin: 0.5em 0;
  width: 200px;
  text-align: center;
}

.captcha img {
  border: 1px solid #F60;
  margin-bottom: 0.5em;
}

.captcha input {
  width: 196px;
  margin-top: 0.5em;
}
/* Just a bit more room for the Submit button */

.submit {
  margin-top: 0.5em;
}

/* End of 'home_form' */

