.contact-form input, textarea, select {
	padding:5px;
	width:350px;
	font-size:0.6875em;
	background-color:#fff;
	border: 1px solid #ccc;
}
.contact-form textarea {
  height:60px;
  }
input.submit {
	margin:5px 0 0 0;
	cursor:pointer;
	border:0;
}
input.short {
	width:15px;
	}