.input-block {
	width: 100%;
	padding-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
textarea {
	border: 1px solid #c6c6c6;
	padding: 9px 8px;
	width: 100%;
	background: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1em;
}
select {
	border: 1px solid #c6c6c6;
	padding: 8px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #fff url(/img/select.svg) no-repeat right center;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 1em;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input[type=submit] {
	background: #6995ca;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding: 8px 10px;
	border: 1px solid #2968b4;
}
input[type=submit]:hover {
	cursor: pointer;
	background: #2968b4;
}