/* Start of CMSMS style sheet 'FormBuilder Default Style' */
/* Sample FormBuilder CSS base */
form {margin-top:0;}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0; }
fieldset div {
	margin-bottom:10px;
	margin-left:15px;
}
fieldset div div {
	margin-bottom:10px;
	margin-left:1em;
border: none;
}
fieldset {
	margin-bottom:1em;
	padding:0px;
}
fieldset label {
	width:auto;

}

textarea {
	margin: 3px 0px 0px 0px;
	width:96%;
	height: 6em
}
input {
	margin: 3px 0px 0px 0px;

}

/* 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; border: none;}

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

.fb_invalid {
font-weight: bold;
color: red;
}
/* End of 'FormBuilder Default Style' */

