 

@CHARSET "ISO-8859-1";

form {
	width:100%;
	font-family:arial, verdana;
	font-size:1.1em;

}

fieldset {
	border:none;
}

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

input, select, textarea {
	margin:0 0 6px 0;
	border:1px solid #666;
}

input {
	width:157px;
}

select {	
	width:80px;
}

textarea {
	width:180px;
	height:80px;
}

/* 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:20px;
}

#checkbox {
	width: 15px;
}

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

.buttons {
	border:1px solid #000aab;
	cursor:pointer;
	width:80px;
	margin:0 0 20px 20px;
	float:left;
}
.buttons:hover {
	background:#fff;	
}

