input[type="text"],
input[type="file"],
input[type="password"] {
  background-color: #fff;
  border: 10px solid #ededed;
  width: 200px;
  padding: 3px;
  font-size: 11px;
}

textarea {
	background-color: #fff;
	border: 10px solid #ededed;
	width: 535px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	width: 210px;
	padding: 3px;
	font-size: 11px;
}
