.textfeld {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	background : #ffffff;
	color: #000000;
	border : 1px solid #7EABAF;
	margin: 3px 0px 3px 0px;
}



.button {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	color: #003366;
	cursor: pointer;
	background : #DAE2E2;
	font-weight: bold;
	border : 1px solid #7EABAF;
}



.buttonClear {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	color: #003366;
	cursor: pointer;
	background : #f1f4f4;
	font-weight: bold;
	border : 1px solid #7EABAF;
}
.buttonSend {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	color: #003366;
	cursor: pointer;
	background : #DAE2E2;
	font-weight: bold;
	border : 1px solid #7EABAF;
	margin-left:10px
}