.portlet-configuration {
	.lfr-panel-content {
		padding: 0 1em;
	}

	fieldset.rows-container {
		border-width: 0;
		margin-top: 0;
	}

	.editing-disabled dt {
		color: #999;
		float: left;
		font-weight: bold;
		width: 6em;
	}

	.lfr-form-row {
		.field {
			margin-left: 2em;
		}

		.field.options, .validation .field {
			clear: both;
			display: block;
		}

		.field-title {
			color: #000;
			font-size: 120%;
			font-weight: bold;
			padding: 3px;
		}
	}

	.syntax-help {
		margin: 2em 0 0 2em;
	}

	.validation {
		clear: left;
	}

	.label-name .field-wrapper-content {
		margin-top: 0;
	}

	.label-name input, .options input {
		width: 200px;
	}

	.paragraph textarea {
		height: 100px;
		resize: none;
	}
}

.web-form-portlet {
	.description {
		margin-bottom: 2em;
	}

	.format-paragraph {
		margin-bottom: 30px;
	}
}

.captcha{
}

.form .fieldset input[type="text"],
.form .fieldset .lfr-textarea-container textarea {
	font-size: 1em;
}

.b-cap-form__title {
	color: #454545;
    font-family: "Open Sans Condensed";
    font-size: 2.5em;
    font-weight: lighter;
    margin-bottom: 0.5em;
    text-transform: uppercase;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    display: block;
    line-height: 40px;
    padding: 0;
    width: 100%;
}