input[type=text], input[type=date], input[type=tel], input[type=email], input[type=url], textarea, select {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 5px 0 15px;
	background-color: #9DC1E1;
	border: 1px dashed #7A7663;
	width: 100%;
}

input[type=submit], input[type=reset]{
  background-color: #666666;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 15px 15px;
}

textarea{
	height: 170px;
	resize: none;
}