@charset "utf-8";
label {
	font-family: "Times New Roman", Georgia;
	font-size: 17px;
	color: #50462F;
	display: block;
	
}

label:after {
	content:":";
}
input, textarea {
	width: 280px;
	margin-bottom: 10px;
	clear: right;
}

button {
	clear: left;
	margin-top: 5px;
	margin-right: 15px;
}
