#title {
	top: 0;
}

#framecontent {
	position: static;
	width: 570px;
	padding: 10px;
	overflow: hidden;
	background-color: #ffffff;
	line-height: 2em;
}

.input {
	width: 250px;
}

.textarea {
	width: 350px;
	height: 150px;
}

.submit {
	border: 0;
	background-color: #c50e1c;
	padding: 3px;
	margin: 10px 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	color: #ffffff;
	display: block;
}