form {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}
.textfield {
	margin: 2px;
	border: 1px solid #aaa;
	padding: 1px;
	color: #000;
	font-size: 12px;
	width: 221px;
	font-family: "Trebuchet MS", Trebuchet, "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}
.textarea {
	margin: 2px;
	width: 350px;
	height: 120px;
	color: #000;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #aaa;
	font-family: "Trebuchet MS", Trebuchet, "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}
.button {
	background: white;
	border: 1px solid #aaa;
	color: #aaa;
	margin-right: 2px;
	padding: 3px;
	font-weight: bold;
	float: right;
	cursor: pointer;
}
#remark {
	font-size: 9px;
}
#logo h3 {
	display: none;
}

