label.form {
	display: block;
	font-weight: bold;
}
input.form {
	background-color: #FFF;
	border: 1px solid #333;
	width: 200px;
	height: 20px;
}
textarea.form {
	background-color: #FFF;
	border: 1px solid #333;
	width: 600px;
	height: 100px;
}
.button {
	width: 120px;
	height: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

