body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#form1 #note {
	color: #FF0000;
	margin: 10px;
}
#form1 .hl {
	font-size: 18px;
	font-weight: bold;
}
#form1 .hl2 {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
#form1 .hl3 {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 10px;
}
#form1 .ul {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#form1 .ul2 {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
}
#form1 .radio label {
	margin-right: 10px;
}
#form1 .xtr1[type=text] {
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-left: 50px;
}
#form1 input[type=text], #form1 textarea {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#form1 input[type=button], #form1 input[type=reset] {
	float: right;
	margin: 20px;
}
