input {
margin:0;
}
label{
display: inline-block;
font-weight:bold;
width:308px;
}
label.radio {
display: inline;
margin-right: 25px;
}
/* General Form */
.heading{
font-size:20px;
}
.gender{
position:relative;
top:-42px;
left:185px;
}
.selectOption{
width:239px;
}
.textboxAddress{
width:474px;
}
.textboxAddressDetail{
width:232px;
}
.legend{
font-weight:bold;
font-size:14px;
}
.submit{
text-align:left;
margin-top:35px;
}
input[type='text'] {
width:277px;
margin-right:30px;
height:25px;
}
textarea {
width:277px;
margin-right:30px;
height:200px;
float:right;
}
input[type='checkbox'] {
margin: 8px  5px 0 0;
z-index:1;
}
input[type='radio'] {
margin-right: 5px;
}
form {
position:relative;
top:-28px;
}
#checkboxen {
position:relative;
top:-140px;
height:0px;
}
label[for='beschreibung'] {
margin-left:9px;
}
label[for='behoerde'] {
margin-left:5px;
}
#meldung {
	position:relative;
	top:44px;
	margin-left:9px;
}
.submit input {
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	background: #9ECE06; /* Old browsers */
	background: -moz-linear-gradient(top, #9ECE06 0%, #BBEF20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ECE06), color-stop(100%,#BBEF20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9ECE06 0%,#BBEF20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9ECE06 0%,#BBEF20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9ECE06 0%,#BBEF20 100%); /* IE10+ */
	background: linear-gradient(top, #9ECE06 0%,#BBEF20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ECE06', endColorstr='#BBEF20',GradientType=0 ); /* IE6-9 */
    color: white;
    display: block;
    font: 17px/50px Helvetica,Verdana,sans-serif;
    height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 200px;
}
#kontaktdaten {
	position:relative;
	top:40px;
	height:0px;
	margin-bottom:510px;
}