.form {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid;
	width: 50%;
	padding: 2px;
}
.form2 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid;
	padding: 2px;
}
.formsubmit {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid;
	padding: 2px;
}
.formtextarea {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid;
	width: 100%;
	height: 100px;
	padding: 2px;
}
.formtextarea2 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid;
	width: 100%;
	height: 250px;
	padding: 2px;
}