.container {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	background-color: #FFF;
	border-radius: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
#for {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}
.line {
	height: 35px;
	width: 250px;
	margin-bottom: 5px;
	text-align: center;
}
.submit {
	background-color: #EEEEEE;
	height: 35px;
	width: 220px;
	border-radius: 3px;
	border: thin solid #D6D6D6;
	font-weight: bold;
	text-transform: capitalize;
}
