.frame-type-form_formframework form fieldset {
	margin-bottom: 20px;
}

.frame-type-form_formframework form .form-group .form-group {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.frame-type-form_formframework form .form-group .form-group label {
	width: 200px;
}

.frame-type-form_formframework form .form-group .form-group .input,
.frame-type-form_formframework form .form-group .form-group .input input,
.frame-type-form_formframework form .form-group .form-group .input textarea {
	width: 400px;
}

.frame-type-form_formframework form .form-group .form-group .input textarea {
	min-height: 150px;
}

#c1027,
.frame-type-form_formframework form .actions {
	margin-top: 30px;
}