/* Start of CMSMS style sheet 'form and captcha' */
  /* FormBuilder CSS base */

	
             form {
                       margin-top:1em;
                       background: #F8F8F0;
                       border: none;
                       padding: 1em;
                     }

	form, td, th, li {
                          font-size: 100%;
              }

	form div { 
                         margin-top:0.5em;
             }

	fieldset div {
                          margin-top:em;
		margin-bottom:0.5em;
		margin-left:1em;
		font-weight:bold
	}

	fieldset div div {
		margin-top:0.5em;
	             font-weight:normal;
		margin-left:1em
	}
	fieldset {
		margin-bottom:1em;
		border:none;
		padding:0.5em
	}

	fieldset label {
		width:auto
        }  


	legend {
		color:#676664;
		background:#CFD966;
		font-style:bold;
		font-size:1.1em;
		margin-bottom:0.5em;
		padding:0.2em;
		width:auto;
		border:1px solid #979890	}


        form.input {
	         margin-left:0.5em;
                      background-color: none
                      }

	textarea {

		margin: 0.5em 0em 0em 1em;
		width:95%;
		height: 6em
	             }









 /* CAPTCHA */

	/* 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 {width:36em}
	.short-label fieldset div select {width:16em}

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0 0 1em;
		width:200px;
	             font-weight:normal;
		text-align:left;
	}

	.captcha img {border:0px solid #979890; 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 'form and captcha' */

