/* Start of CMSMS style sheet 'Forms' */
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
.formbuilderform div {
	margin-bottom: 5px;
}
.formbuilderform label  {
	width:200px;
	display: block;
	color: #000;
	float: left;
	background-color: #F6F6F6;
	height: 22px;
	border: 1px solid #BAC3D4;
	margin-right: 3px;
}
.formbuilderform input {
	width: 250px;
}
.accept label {
	background-color: #FFF;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.accept input {
	width: auto;
	float: left;

}



legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}
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:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}
/* Just a bit more room for the Submit button */
.fbsubmit {
	margin-top:0.5em;
	width: 100px;
}
.indemnity  {
	height: 400px;
	border: 1px solid #BAC3D4;
	overflow: scroll;
	padding: 10px;
	margin-bottom: 10px;
}
.fbsubmit_prev {
	margin-top:0.5em;
	width: 100px;
}
.fbsubmit_next {
	margin-top:0.5em;
	width: 100px;
}

/* End of 'Forms' */

