.form {
	width: 60%;
}

.form input {
	width: 200px;
	border: none;
	margin-left: 5%;
	height: 48px;
	background: #e6e6e6;
	font-size: 20px;
	/*text-transform: uppercase;*/
	color: #4d4d4d;
	text-align: left;
	padding: 0 5px 0 5px;
	margin-bottom: 2px;
}

.form input.cap {
	color: red;
	width: 200px;
	font-size: 16px;
}

.form input.btn{
	background: #f16421;
	color: #fff;
	width: 200px;
	text-align: center;
}

.form textarea{
	width: 640px;
	height: 330px;
	margin-left: 5%;
	border: none;
	color: #4d4d4d;
	background: #e6e6e6;
	font-size: 20px;
	padding: 5px;
	font-weight: normal;
}

.form label {
	color: #fff;
	font-size: 16px;
	margin-left: 5%;
}