/* Start of CMSMS style sheet 'FormBuilder Default Style' */
/* Sample FormBuilder CSS base */
form {
  margin-top:0
}
fieldset div {
  display: block;
  margin-bottom: 10px;
}
fieldset div div {
}
fieldset {
 border: 0px;
}
fieldset div label {
  display: block;
  width:200px;
  float: left;
  text-align: right;
  margin-right: 10px;
}

.submit {
  margin-top:0.5em;
  margin-left: 170px;
}

legend {
	font-size:14px;
        font-weight: bold;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;

}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}
.ta_field {
  clear: both;
}
.ta_field label {
  clear: both;
  display: block;
  width:100%;
  float: left;
  text-align: left;
  margin-right: 10px;
}
.check_field {
    clear: both;
}
.check_field div {
  clear: both;
  display: inline;
}
.check_field div input {
  float: left;
  clear: both;
  margin-left: 50px;
}
.check_field label {
  display: inline;
  width: 600px;
  float: left;
  text-align: left;
}

.other_input {
  clear: both;
}
.other_input label {
  display: inline;
  width: 50px;
  float: left;
  text-align: right;
}
.other_input input {
  float: left;
}
/* End of 'FormBuilder Default Style' */

