/* Start of CMSMS style sheet 'FormBuilder Default Style' */


/* 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}


/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
margin-left:35px;
margin-right: 35px;
	padding:0.5em;
border:none;
}
fieldset label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 150px;
	text-align: left;
	margin-right: 0px;
	display: block;
	float: left;
}
legend {
	color:#FFF;
	background:#F5B00B;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
visibility:hidden;
}
textarea {
	color: #000;
	background-color: #F5B00B;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #E8D8ED;
	border-left-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input
{
	color: #000;
	background-color: #F5B00B;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 0px;
}

/* Pretty up your Captcha image output */
.captcha {
	font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin-left:35px;
      margin-top:10px;
	width:200px;
	text-align:center
}
.captcha img {margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em;font-family: Arial, Helvetica, sans-serif;}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em;margin-left:35px;font-family: Arial, Helvetica, sans-serif;}
	

/* End of 'FormBuilder Default Style' */

