form {
	margin-top:0.5em;
	margin-left:0;
	width:40em;
}

form, li { 
	font-size: 100%;
}

form div {
	margin-bottom:0;
}

fieldset div {
	margin-bottom:0.5em;
	margin-left:0em;
}

fieldset div div {
	margin-top:0.5em;
	margin-left:0em
}

fieldset {
	border: none;
	padding: 0em;
	margin: 0em;
}

.kontaktform {
	text-align:left;
}

label {
   width: 13em;
	text-align: right;
	margin-right: 1em;
	font-size: 0.9em;
	display: block;
	float: left;
}

.required { 
	width:40em;
}
.required label {
	color:#292620;
}

.optional label {
	color:#7c7a74;
}

.required .checkbox { 
	border:none; 
}

legend {
	display: none;
}

textarea {
	height: 9em;
	width: 20em;
	color: #292620;
	background-color: #fff;
	border: 1px solid #292620;
}

.optional textarea, .optional input, .checkbox {
	border: 1px solid #7c7a74;
}

input, submit, .radio {
	width: 20em;
}

input, select {
	color: #292620;
	background-color: #fff;
	border: 1px solid #292620;
}

.checkbox {
	text-align:right;
	width:auto;
	height:auto;
}

.optional input {
	border: 1px solid #7c7a74;
	color: #7c7a74;
}

/* Pretty up your Captcha image output */
.captcha {
	margin: 0;
	/* width:500px; */
}
.captcha img {
	border:1px solid #333; 
	margin-bottom:0;
	margin-top:2em;	
}
.captcha input {
	margin-top:0em;
	width: 15em;
}

.captcha a {
	font-weight:normal;
	color:#333;
	font-size:0.9em;
}

input.fbsubmit {
	color: #292620;
	background-color: #e9e5da;
	border: 1px solid #292620;
	margin-top: 2em;
	padding: 0.5em;
}

.radio {
	display:block;
	width:600px;
}

.radio input {
	width: 2em;
	border: none;
	float:left;
	text-align:left;
	margin-left:2em;
}

.radio label {
	margin-left:0;
}

label.label {
	display: inline;
	float: none;
	width: 10em;
	outline-style:none;
	outline-width:0;
}
