/* стили для input */

textarea {
	font-size: 18px;
	line-height: 1.5em;
	font-family: 'Roboto';
	display: block;

	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 25px;
	height:200px;
	resize:none; /* disable resizing */
}

.button7 {
	font-weight: 700;
	color: white;
	text-decoration: none;
	padding: 15px;
	border-radius: 3px;
	background: #202020;

	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
} 
.button7:hover { background: #202020; }
.button7:active { background: gray; }

.form-txt {
	color: white;
	font-family: NeoSans, 'NeoSans';
	font-size: 18px;
	text-align: left;

	margin: 5px;
	margin-left: 40px;
}
