
div.formular {
	width: 500px;
	background: #fff;
	margin: 0 auto;
}

div.formular fieldset {
	background: #efefef;
	border: 0;
	margin-bottom: 1em;
	border-top: 1px solid #dfdfdf;
	overflow: hidden;
	padding-bottom: 6px;
}

div.formular legend {
	padding: 3px 10px;
	font-size: 16px;
	font-variant: small-caps;
	margin-bottom: 0.3em;
	background: #efefef;
	font-weight: bold;
	color: #56a73f;
}

div.formular div {
	padding: 4px 10px;
	overflow: hidden;
	clear: left;
}

div.formular div.col {
	padding: 0;
	width: 48%;
	float: left;
	overflow: hidden;
	clear: none;
	margin-right: 2%;
}

div.formular div label, h3.form {
	display: block;
	float: left;
	width:  30%;
	font-weight: bold;
	font-size: 12px !important;
	margin: 0 !important;
}

div.formular div.col div {
	padding: 4px 0px 4px 10px;
	overflow: hidden;
	clear: left;
}

div.formular div.col label {
	display: block;
	float: none;
	width:  auto;
	font-weight: bold;

}

div.formular div.col input.text,div.formular div.col select.select {
	width: 98%;
}


div.formular div label.inline {
	display: inline;
	float: none;
	width:  auto;
	font-weight: normal;
	line-height: 140%;
}

div.formular input.text,div.formular select.select, div.formular textarea {
	width: 68%;
	border: 2px solid #dfdfdf;
}
div.formular textarea {
	height: 10em;
}

div.formular div.datum select {
	border: 2px solid #dfdfdf;
}

div.formular div.focused {
	background: #fff2d1;
	border-top: 1px solid #e8b638;
	border-bottom: 1px solid #e8b638;
	padding: 3px 10px;
}

div.formular .focused input.text, div.formular .focused textarea {
	border: 2px solid #e8b638;
}




div.submit {
	border-top:5px solid #56a73f;
	text-align: right;
}
div.formular div.addBreed {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
div.addBreed a {
	display: block;
	background: #fff2d1 url(../img/icons/add.png) no-repeat left;
	line-height: 16px;
	padding-left: 18px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

/*div.required {
	background: #ffdfdf;
}

div.formular div.required input{
	border-color: #ff6262;
}*/

div.formular div.error-message {
	margin-left: 30%;
	padding-left: 0;
	color: #f00;
}
div.formular input.form-error {
	border-color: #f00;
}

div.radio legend {
	display: none;
}

div.radio {
	clear: none;
}
div.radio input {
	margin: 0 5px 0 5px;
	
}

div.formular div.radio label {
	display: inline;
	float: none;
	width: auto;
	font-weight: normal;
	line-height: 20px;
}

div.radio div.inline {
	margin: 0 0 0 34%;
	padding:0;
}
div.radio div.inline input {
	width: 70px;
	border: 2px solid #dfdfdf;	
}


#formsperm input {
	border: 2px solid #dfdfdf;
}

#formsperm input.quant {
	width: 3em;
}

#formsperm option {
	padding-left: 20px;
}


