
.OpenCmsWebform {
	background-color: #efefef;	
	font-size: 12px;
	font-weight: 400;
}

.OpenCmsWebform > h1 {
	float: left;
	width: 50%;
	margin: 0 2% 38px 2%;
}

.OpenCmsWebform > p {
	display: inline;
	clear: none;
	margin: 0;
	padding: 0;
}

.OpenCmsWebform > p img {
	float: right;
	margin: 0 2% 30px 2%;
}

.webform_label_empty,
.webform_field_empty {
	display: none;
}

.webform_subrow,
form[middletext="middletext"] .webform_middletext,
.webform_confirm_text,
.webform_confirm_wrapper {
	float: left;
	position: relative;
	margin-left: 2%;
	margin-bottom: 10px;
	min-height: 10px;
	height: auto;	
}
.webform_subrow_1,
form[middletext="middletext"] .webform_middletext {
	width: 22.52%;	
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	padding-right: 2%;
	border-right: 1px dashed #999;
}
form[middletext="middletext"] .webform_middletext .icon {
	margin-bottom: 20px;
    margin-top: 20px;	
}
.webform_subrow_2 {
	width: 30.7%;
}
.webform_subrow_3 {
	width: 38.875%;
}

.webform_captcha {
	margin: 0 0 10px 2%;
	position: relative;
	min-height: 10px;
	height: auto;
	width: 55.225%;
}

.webform_captcha .webform_label {
	display: none;
}

.webform_captcha .webform_field {
	float: left;
	width: 100%;
}

.webform_captcha .webform_field br {
	display: none;
}

.webform_captcha img {
	margin: 12px 0 0 0;
	height: 36px;
	padding-right: 3%;
	width: 40%;
	float: left;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.webform_captcha input,
.box_schema1 .webform_captcha .webform_field input {
	margin: 24px 0 0 1%;
	width: 30%;
	float: left;
}

.webform_mandatory {
	display: none;
}

input[type="submit"] {
	margin: 24px 2% 0 0;
}

.webform_confirm_text,
.webform_confirm_wrapper {
	width: 96%;
}
.webform_confirm_text {
	margin-bottom: 10px;
	font-size: 14px;
}

.webform_confirm_wrapper .webform_label {
	font-weight: 600;
	font-size: 13px;
	width: 70px;
}

.webform_confirm_wrapper .webform_field {
	font-size: 13px;
	margin-bottom: 5px;
}


.box_schema1 .webform_button {
	float: right;
	width: 8%;
	margin-bottom: 8px;
	margin-right: 1%;
}

.box_schema1 {
    margin-bottom: 10px;
	clear: both;
}

.box_schema1 input[type="submit"] {
	margin: 5px 0 0 0;
}

.box_schema1 > h1,
.box_schema1 > h2,
.box_schema1 > h3 {
	width: 96.1%;
	margin: 3px 2% 12px 2%;
}
.box_schema1 > h1 {
	font-size: 26px;
	line-height: 30px;
}
.box_schema1 > h2 {
	font-size: 20px;
	line-height: 30px;
}
.box_schema1 > h3 {
	font-size: 16px;
	line-height: 30px;
}

.box_schema1 .webform_field input,
.box_schema1 .webform_field_multi textarea {
	padding: 3px 3px 3px 5px;
	width: 99%
}

.box_schema1 .webform_wrapper {
    width: 96.1%;
	margin: 5px 0 10px 2%;
}

.box_schema1 .webform_field_empty {
	display: block;
	margin: 8px 0 8px 0;
	font-size: 15px;
}
