body{
	text-align: left;
	font: 18px Verdana;
	color: #233E78;
}

textarea{
	width: 865px;
	height: 495px;
	resize: none; /* Запрещаем изменять размер */
}
#submit{
	width: 230px;
	height: 50px;
	border: 1px solid #233E78;
   	margin: 20px auto;
}
    