

.Show_text{
	float:right;
	margin:0 25 0 0;
}

.text_edit {
	margin:25;

    width: 650px;

    height: 150px;

    resize: none;

}
Input {
	text-align:center;
	margin:0 0 0 25;
	height:50;
	width:107;
	background-color:white;

}
Input:hover{
	
	background-color:grey;
}
.work {
	padding:25;
	width:700;
	margin:auto; 
	height:650;
	background-color:red;
	
}
