/* Start of CMSMS style sheet 'form' */
.formbuilderform.radio div label {
  display: inline;
  float: none; 
  width: 300px;
background-color: #ffffff;
}

.formbuilderform div input{
  width: 250px;
  float: none; 
}

.formbuilderform div label {
  float: left;
  text-align: right;
  width: 150px;
height: 19px;
background-color: #ededed;
font-weight: bold;
  display: block;  /* block float the labels to left column, set a width */
  padding: 0; 
  margin: 1px 0px 0px; /* set top margin same as form input - textarea etc. elements */
}

.formbuilderform fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

.formbuilderform form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
margin: 0;
padding: 0;
}

.formbuilderform  legend {
		color:#fff;
		background:#D75600;
		font-style:italic;
                          font-weight: bold;
		font-size:1.2em;
		margin-bottom:0.5em;
		padding:0.2em;
		width:auto;
		border:1px solid #CCC;
	}




.formbuilderform form br {
	clear:left;
}

.formbuilderform textarea {
		margin: 0.1em 0;
		width:200;
		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}

	/* Pretty up your Captcha image output */
	.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.9em}


/* Styling for feedback form */

.feedbackform.radio label {
background-color: #gggggg;
}

.feedbackform input {
    display: inline;
  float: top; 
}

.feedbackform label {
height: 19px;
background-color: #ededed;
font-weight: bold;
  padding: 0; 
  display: inline;
  float: bottom; 
  margin: 1px 0px 0px; /* set top margin same as form input - textarea etc. elements */
}

/* End of 'form' */

