.submit input, .button, .submit input:focus, .button, .button:focus {
	background: #eee;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
}

.submit {
	text-align: right;
}
#content input {
	padding: 4px;
}

#content .input {
	font-size: 1.8em;
	margin-top: 3px;
}
.hei {
	height:40px;
}

#ans textarea {
	padding: 4px;
}

#ans .textarea {
	font-size: 120%;
	margin-top: 3px;
	width: 97%;
}