.formular {
	float:left;
	clear:both;
}
.formular fieldset {
	border:1px solid #C5B594;
	float:left;
	margin:10px 5px;
	padding:10px;
	width:293px;
}
.formular fieldset:hover {
	border:1px solid #000000;
}
.formular legend {
	color:#666666;
	font-size:14px;
	font-weight:bold;
}
.formular label {
	clear:left;
	color:#666666;
	float:left;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
	width:38%;
}
.formular select, .formular input, .formular textarea {
	border:1px solid #E1D8C7;
	float:left;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-bottom:10px;
	margin-right:5px;
	padding:2px;
}
.formular select {
	width:58%;
}
.formular input {
	background-image:url(../images/inputfield_inactive.gif);
	background-repeat:repeat-x;
	width:58%;
}
.formular input:focus {
	background-image:url(../images/inputfield_active.gif);
	background-repeat:repeat-x;
}
.formular textarea {
	background-image:url(../images/textarea_inactive.gif);
	background-repeat:repeat-x;
	clear:left;
	height:180px;
	padding:5px;
	width:92%;
}
.formular textarea:focus {
	background-image:url(../images/textarea_active.gif);
	background-repeat:repeat-x;
}
.formular em {
	color:#FF0000;
}
.formular img {
	float:left;
	line-height:20px;
	margin-bottom:10px;
	margin-right:5px;
}
.formular label.error {
	background-image:url(../images/delete.gif);
	background-position:32% 50%;
	background-repeat:no-repeat;
	color:#FF0000;
	font-size:12px;
	padding-left:39%;
	width:60%;
}
.formular div.button {
	text-align:center;
	clear:left;
}
.formular div.button-active {
	background:url(../images/loading-form.gif) no-repeat 0 12px;
}
.formular input.button {
	float:none;
	margin-top:10px;
	width:100px;
}
.formular .box {
	float:left;
	width:60%;
}
.formular .box input {
	width:18px;
}
.formular .box label {
	clear:none;
	width:auto;
}
.formular .legend {
  font-size:10px;
  text-align:right;
}
.formular .mceEditor {
  float:left;
}
		
.g-recaptcha {
	display: inline-block;
	transform: scale(0.9);
    transform-origin: 0 0 0;
	width:293px;
}
}