button {
	color: #ffffff;
	background-color: #007fff;
	border-color: #007fff;
	display: block;
	margin: 0 auto;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 18px;
	font-size: 15px;
	line-height: 1.42857143;
	border-radius: 0;
}

textarea {
	display: block;
	margin: 10px;
	border: 1px solid #CCC;
	padding: 10px;
	width: 100%;
	min-height: 150px;
}