@charset "utf-8";

input, textarea, select{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
  margin: 3px 0px 3px 0px;
}
textarea.message {
  width: 581px;
  height: 150px;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
input.field {
  width: 213px;
}

table.contact {
  width: 588px;
}
.obligatory {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
  color: #ee0000;
  padding: 0 2px;
}