 

@CHARSET "UTF-8";

form {
}

fieldset {
	border: none;
}

label {	
	float: left;
	width: 80px;
	margin: 6px 0 0 0;
}

input, select, textarea {
	margin: 0 0 6px 0;
	border: 0px solid #666;
	background:#627F37;
	font-family:Trebuchet MS; 
	font-size:11px; 
	color: #d8dbc4;
}

input {
	width: 140px;
}

select {	
	width: 142px;
}

textarea {
	width: 340px;
	height: 60px;
}



input.checkbox {
	width:15px;
}


/* fieldset definitions */
#fieldset-name_part {
	float: left;
	width: 225px;
	margin-right: 35px;
}
#fieldset-contact_part {

}

#fieldset-mail_part {
	clear: left;
	margin-top: 50px;

}
#fieldset-mail_part input {
	width: 400px; 
}
#fieldset-mail_part textarea {
	width: 400px; 
}

#security {
	margin-top: 30px;
}

#security label {
	width: 130px

}

#buttons {
	margin: 30px 0 0 76px;
}

#buttons input {
	float: left; 
	width: 197px;
	margin: 0 3px 0 3px;
}



#math_code {
	display: block;
	float: left;
	width: 50px;
}
#ergebnis {
	width: 50px;
}

#submit {
	float: left;
	width: 120px !important;
	margin: 20px 10px 0 155px;
}
#reset {
	float: left;
	width: 120px !important;
	margin: 20px 10px 0 0px;
}

.buttons {
	float:left;
	width:150px;
	border: 0px solid #55802e;
	margin: 0 40px 0 0;
	cursor: pointer;
	background: #495F29;
}
.buttons:hover {
	background: #546e2d;
}

