/* Start of CMSMS style sheet 'La_Casa_en_el_Arbol : formbuilderform' */
/* Sample FormBuilder CSS base */
div#main form {
   margin: 0;
   font-size: 1em;
   font-weight: 600;
   border: 1px solid #000;
   padding: 1em;
   background-color: #fff7e1;
   border: 2px #fffdf6 solid;
}

	form, form td, form th, form li { font-size: 0.5em;}
	form div {margin-bottom:0}
	fieldset div {
		margin-bottom:1em;
		margin-left:1em;
                margin-top: 1em;
                

	}
	fieldset div div {
		margin-top:1em;
		margin-left:1em
	}
	div#main fieldset {
		margin-bottom:1em;
		padding:0.5em

	}

.fieldset_1 {
   margin: 0;
   border: none;
}

	fieldset label {
		width:auto;
	}
	legend {
		color:#000;
		font-style:italic;
		font-size:1.2em;
		margin-bottom:0.5em;
		padding:0.2em;
		width:auto;
	}

        .level select {
                padding: 1em;
                color: red;
                margin: 0 0 -2em 1em;
        }

/**************
TILTLE STYLING
**************/
fieldset h1 {
   
}


/***************
INPUT, SELECT...
**************/
div#main input, div#main select {
   margin-left: 1em;
   padding: 0.2em;
   }

.radio input {
   margin: 0;
   }

.date_css {
   margin: 2em auto;
   padding: 0.5em;
   font-weight: 100;
   }

.date_css select {
   margin: 0.5em;
   padding-right: 0.5em;
   width: 7em;
   }




.courses_css {


   }

	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}

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0;
		width:200px;
		text-align:center
	}
	/*.captcha img {border:7px 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 'La_Casa_en_el_Arbol : formbuilderform' */

