.input {
	height: 150px;
	border: 1px solid #000000;
	width: 300px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
body {
	background-color: #e8dda8;
}
.font {
	color: #666666;
	font-size: 13px;
	text-decoration: none;
}

.input2 {
	width: 100px;
	border: 1px solid #000000;
	height: 12px;
}
.botton {
	height: 16px;
	border: 1px solid #000000;
}
