body.form {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background: #ffffff;
}

table.main {
	width: 560px;
	border: solid 0px black;
	border-collapse: separate;
	border-spacing: 0px 0px;
}

td.main {
	background: #ffffff;
	border: solid 0px black;
}

h1.top {
	color: #000000;
	font-size: 20px;
	text-align: center;
	font-family: verdana;
	font-weight: bold;
}

h2.form {
	color: #000000;
	font-size: 18px;
	text-align: left;
	font-family: verdana;
	font-weight: bold;
}

font.header {
	color: #000000;
	font-size: 18px;
	text-align: left;
	font-family: verdana;
}

font.main {
	color: #000000;
	font-size: 12px;
	text-align: left;
	font-family: verdana;
	font-weight: bold;
}

font.star {
	color: #ff0000;
	font-size: 12px;
	text-align: left;
	font-family: verdana;
	font-weight: bold;
}

label {
	width: 150px;
	float: left;
	text-align: left;
	margin-right: 0px;
	display: block;
}

input.main {
	color: #000000;
	background: #C6E2FF;
	border: 1px solid #000000;
	width: 300px;
}

input.other {
	color: #000000;
	background: #C6E2FF;
	border: 1px solid #000000;
}

fieldset {
	border: 1px solid #0000ff;
	width: 560px;
}

legend {
	color: #ffffff;
	background: #0000ff;
	border: 2px solid #000000;
	padding: 2px 6px;
}