.form label {
	display: none;
}
.form input {
	width: 140px;
	height: 16px;
	border: 1px solid white;
	border-bottom: 1px solid gray;
	color: #686D68;
	padding: 0 2px;
}
.form select {
	border: 1px solid gray;
}
.form textarea {
	width: 100%;
	border: 1px solid gray;
	overflow: hidden;
}
.form #submit {
	width: auto;
	height: auto;
	background-color: #93C90A;
	color: #3C403C;
	border: 1px solid #6C9400;
	padding: 4px;
}
.form #submit:hover {
	background-color: #A3D91A;
	color: black;
	cursor: pointer;
}
#top #wrap #content #mid-col .newform {
	background: #eee;
	padding: 20px;
	display: block;
	width: 290px;
	margin-bottom: 25px;
}
#top #wrap #content #mid-col .newform p{
	line-height: 200%;
}