@charset "utf-8";
/* CSS Document */
#content form.forms {
	width:650px;
}
#content form.forms label {
	width: 15em;
	float: left;
	margin-right: 0.5em;
	display: block;
}
#content form.forms input.txt {
	border:solid 1px #cdcdcd;
	background:transparent;
}
