body div#contentframe div.footnote {
	width: 120px;
	margin: -118px 0 0 125px;
}


/* ---------------------------------------- form -------------------------------------- */
body div#contentframe form {
	width: 520px;
	margin: 25px 0;
	padding: 25px 0 100px 0;
	border: 0;
	border-top: 1px dashed black;
}
body div#contentframe form h3 {
	margin-bottom: 5px;
}
body div#contentframe form label {
	display: block;
	min-height: 30px;
	margin-bottom: 0;
	padding: 0;
}
body div#contentframe form label.require {
	color: #000000;
}
body div#contentframe form button {
	float: right;
	margin-top: 10px;
}

/* input type="text" */
body div#contentframe form label.input span,
body div#contentframe form label.text span {
	display: block;
	float: left;
	width: 120px;
	margin: 2px 5px 0 0;
}
body div#contentframe form label.input input {
	width: 285px;
}


/* textarea */
body div#contentframe form label.text textarea {
	width: 385px;
	height: 120px;
	font-size: 1em;
	font-weight: normal;
}

