.form input{
	border:none;
	border-radius:10px;
	padding:10px;
	outline:0;
	background:#fff;
	line-height:20px;
	width:350px;
}

.form > div{
	margin-bottom:10px;
}

.form textarea{
	border:none;
	border-radius:10px;
	padding:10px;
	outline:0;
	background:#fff;
	line-height:20px;
	width:350px;
	height:350px
}

.form button{
	border:none;
	border-radius:10px;
	padding:10px;
	outline:0;
	background:#fff;
	line-height:20px;
	width:150px;
}

.form button:hover, .form button:focus{
	background:#646567;
	color:#fff;
}