body, td {
	background: white;
	color: black;
	font-size: 9pt;
	font-family: Verdana, sans serif;
	text-align: center;
}
td {
	text-align: left;
}
div {
	font-weight: bold;
}
.button {
	width:120px;
	float:left;
	margin-right:20px;
}
input {
	margin: 0px;
	background-color: #ededed;
	border: 1px solid black;
	color: black;
	width:300px;
}
textarea {
	font-family: Arial, Tahoma;
	border: 1px solid black;
	background-color: #ededed;
	color : black;
	width:300px;
}
.mail {
	color: red;
	font-weight: bold;
}
